:
logo qtransform

  to  




#ADD48C color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #ADD48C
#ADD48C

   In a RGB color space, hex #ADD48C is composed of 68% red, 83% green and 55% blue.
RGB color code is composed of a hexadecimal AD red (173/255), a D4 green (212/255) and a 8C blue component (140/255). The decimal RGB color code is rgb(173,212,140)
In CMYK color space, it is composed of 18% cyan, 0% magenta, 34% yellow and 17% black.
It has a hue angle of 92.5o degrees, a saturation of 46% and a lightness of 69%.
Closest websafe color is: #99cc99 rgb (153, 204, 153).
twitter  facebook  whatsapp


Color conversion




#ADD48C
rgb(173,212,140)
=68%
from 255
83%
from 255
55%
from 255
=18
from 100
0
from 100
34
from 100
17
from 100
R: 173
red
G: 212
green
B: 140
blue
C: 18
cyan
M: 0
magenta
Y: 34
yellow
K: 17
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #ADD48C has RGB values of R:173, G:212, B:140 and CMYK values of C:18, M:0, Y:34, K:17. Its decimal value is 11392140.Binary code is 101011011101010010001100
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorADD48C #ADD48C
RGB decimal173, 212, 140 rgb(173, 212, 140)
RGB %68, 83, 55 rgb(68%, 83%, 55%)
RGB Adobe184, 211, 143
CMYK %18, 0, 34, 17 18%, 0%, 34%, 17%
HSL92.5o, 46, 69 hsl(92.5o, 46%, 69%)
HSV (HSB)93o, 34%, 83% hsv(93o, 34%, 83%)
Web Safe color#99cc99 rgb (153, 204, 153)
XYZ45.511, 57.865 33.581
xyY0.33, 0.42, 57.87
Hunter-Lab76.07, -22.62, 23.82
CMY32%, 17%, 45%
Lab80.79, -22.77, 31.3
Binary color
AD D4 8C
10101101 11010100 10001100

Shades and tints of #ADD48C


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #222A1B is the darkest color, and: #EFF7E9 is the lightest one.

Tint color variation #ADD48C


Shade color variation


Tones of #ADD48C
A tone is produced by adding gray to any pure hue. In this case, #A9CC8B is the less saturated color, and #909E85 is the most saturated one.


Alternatives to #ADD48C


Below, you can see some colors close to #ADD48C. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #ADD48C


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#ADD48C;">Text here</font>

<div style="background-color:#ADD48C;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#ADD48C;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#ADD48C;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #ADD48C
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #ADD48C;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #ADD48C;



Box border html code Text shadow with RGB values for color #ADD48C
box border html code for color #ADD48C

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #ADD48C;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(173, 212, 140, 1.4);



Pre-formatted code ADD48C code for script / programming
HTML, CSS: = #ADD48C; rgb(173, 212, 140)
Java: = new Color(173, 212, 140)
.NET: = Color.FromArgb (173, 212, 140);
Xojo: = rgb (173, 212, 140, 0);
openGL: = glColor3f (0.68f, 0.83f, 0.55f);
Swift: = UIColor(red:0.68, green:0.83, blue:0.55, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.68 green:0.83 blue:0.55 alpha:1.00000];


Color schemes with #ADD48C


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 34% has a #ADD48C saturation. Adding 34% + 10% = 44% saturation for our new color #83AD61. Decreasing 34% - 10% = 24% saturation for other monochromatic color #D9FABE.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #ADD48C has a 93o angle. Adding 93o + 180o = 273oo for our new complementary color #B38CD4.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #ADD48C has a 93o angle. Adding 93o + 180o+30o = 303o for our first complementary color #D48CD0. Decreasing 93o + 180o-30o = 243o for the second complementary color #8F8CD4.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.