Shades of Conifer #AADE5E
Tints of Conifer #AADE5E
RGB
CMYK
RGB Variations
Color information
#AADE5E (or 0xAADE5E) is known color: Conifer. HEX triplet: AA, DE and 5E. RGB value is (170,222,94). Sum of RGB (Red+Green+Blue) = 170+222+94=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE5E is #5521A1. Grayscale: #C0C0C0. Windows color (decimal): -5579170 or 6217386. OLE color: 6217386.
HSL color Cylindrical-coordinate representation of color #AADE5E: hue angle of 84.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADE5E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 94 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 84.38º | 0.66% | 0.62% | - |
| HSV(B) | 84.38º | 0.58% | 0.87% | - |
| XYZ | 44.72 | 61.6 | 20.12 | - |
| YUV | 191.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 94 | 0.23 | 0 | 0.58 | 0.13 | 84.38 | 0.66 | 0.62 |
| Hex | AA | DE | 5E | 17 | 0 | 3A | D | 54 | 42 | 3E |
| Octal | 252 | 336 | 136 | 27 | 0 | 72 | 15 | 124 | 102 | 76 |
| Binary | 10101010 | 11011110 | 1011110 | 10111 | 0 | 111010 | 1101 | 1010100 | 1000010 | 111110 |
Color Harmonies of #AADE5E
Complementary color
Monochromatic Colors of #AADE5E
Black with #AADE5E
Text Example
Text Example
White with #AADE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE5E; }
p { color: rgb(170,222,94); }
H1.HeaderClassName
{
color: #AADE5E;
}
.AnyTagClassName
{
color: #AADE5E;
}
</style>
background-color css
<style>
a { background-color: #AADE5E; }
a { background-color: rgb(170,222,94); }
div.DivClassName
{
background-color: #AADE5E;
}
.BgClassName
{
background-color: #AADE5E;
}
</style>
border-color css
<style>
span { border-color: #AADE5E; }
span { border-color: rgb(170,222,94); }
td.TdClassName
{
border-color: #AADE5E;
}
.TagClassName
{
border-color: #AADE5E;
}
</style>