Shades of Conifer #AAEA5E
Tints of Conifer #AAEA5E
RGB
CMYK
RGB Variations
Color information
#AAEA5E (or 0xAAEA5E) is known color: Conifer. HEX triplet: AA, EA and 5E. RGB value is (170,234,94). Sum of RGB (Red+Green+Blue) = 170+234+94=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA5E is #5515A1. Grayscale: #C7C7C7. Windows color (decimal): -5576098 or 6220458. OLE color: 6220458.
HSL color Cylindrical-coordinate representation of color #AAEA5E: hue angle of 87.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAEA5E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 94 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.08 |
| HSL | 87.43º | 0.77% | 0.64% | - |
| HSV(B) | 87.43º | 0.6% | 0.92% | - |
| XYZ | 48.02 | 68.2 | 21.22 | - |
| YUV | 198.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 94 | 0.27 | 0 | 0.60 | 0.08 | 87.43 | 0.77 | 0.64 |
| Hex | AA | EA | 5E | 1B | 0 | 3C | 8 | 57 | 4D | 40 |
| Octal | 252 | 352 | 136 | 33 | 0 | 74 | 10 | 127 | 115 | 100 |
| Binary | 10101010 | 11101010 | 1011110 | 11011 | 0 | 111100 | 1000 | 1010111 | 1001101 | 1000000 |
Color Harmonies of #AAEA5E
Complementary color
Monochromatic Colors of #AAEA5E
Black with #AAEA5E
Text Example
Text Example
White with #AAEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA5E; }
p { color: rgb(170,234,94); }
H1.HeaderClassName
{
color: #AAEA5E;
}
.AnyTagClassName
{
color: #AAEA5E;
}
</style>
background-color css
<style>
a { background-color: #AAEA5E; }
a { background-color: rgb(170,234,94); }
div.DivClassName
{
background-color: #AAEA5E;
}
.BgClassName
{
background-color: #AAEA5E;
}
</style>
border-color css
<style>
span { border-color: #AAEA5E; }
span { border-color: rgb(170,234,94); }
td.TdClassName
{
border-color: #AAEA5E;
}
.TagClassName
{
border-color: #AAEA5E;
}
</style>