Shades of Conifer #AADE4D
Tints of Conifer #AADE4D
RGB
CMYK
RGB Variations
Color information
#AADE4D (or 0xAADE4D) is known color: Conifer. HEX triplet: AA, DE and 4D. RGB value is (170,222,77). Sum of RGB (Red+Green+Blue) = 170+222+77=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE4D is #5521B2. Grayscale: #BEBEBE. Windows color (decimal): -5579187 or 5103274. OLE color: 5103274.
HSL color Cylindrical-coordinate representation of color #AADE4D: hue angle of 81.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AADE4D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
RGB | 170 | 222 | 77 | - |
CMYK | 0.23 | 0 | 0.65 | 0.13 |
HSL | 81.52º | 0.69% | 0.59% | - |
HSV(B) | 81.52º | 0.65% | 0.87% | - |
XYZ | 44.04 | 61.32 | 16.54 | - |
YUV | 189.92 | 64.27 | 113.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 222 | 77 | 0.23 | 0 | 0.65 | 0.13 | 81.52 | 0.69 | 0.59 |
Hex | AA | DE | 4D | 17 | 0 | 41 | D | 52 | 45 | 3B |
Octal | 252 | 336 | 115 | 27 | 0 | 101 | 15 | 122 | 105 | 73 |
Binary | 10101010 | 11011110 | 1001101 | 10111 | 0 | 1000001 | 1101 | 1010010 | 1000101 | 111011 |
Color Harmonies of #AADE4D
Complementary color
Monochromatic Colors of #AADE4D
Black with #AADE4D
Text Example
Text Example
White with #AADE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE4D; }
p { color: rgb(170,222,77); }
H1.HeaderClassName
{
color: #AADE4D;
}
.AnyTagClassName
{
color: #AADE4D;
}
</style>
background-color css
<style>
a { background-color: #AADE4D; }
a { background-color: rgb(170,222,77); }
div.DivClassName
{
background-color: #AADE4D;
}
.BgClassName
{
background-color: #AADE4D;
}
</style>
border-color css
<style>
span { border-color: #AADE4D; }
span { border-color: rgb(170,222,77); }
td.TdClassName
{
border-color: #AADE4D;
}
.TagClassName
{
border-color: #AADE4D;
}
</style>