Shades of Conifer #AAE042
Tints of Conifer #AAE042
RGB
CMYK
RGB Variations
Color information
#AAE042 (or 0xAAE042) is known color: Conifer. HEX triplet: AA, E0 and 42. RGB value is (170,224,66). Sum of RGB (Red+Green+Blue) = 170+224+66=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE042 is #551FBD. Grayscale: #BEBEBE. Windows color (decimal): -5578686 or 4382890. OLE color: 4382890.
HSL color Cylindrical-coordinate representation of color #AAE042: hue angle of 80.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAE042 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 66 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.12 |
| HSL | 80.51º | 0.72% | 0.57% | - |
| HSV(B) | 80.51º | 0.71% | 0.88% | - |
| XYZ | 44.22 | 62.25 | 14.84 | - |
| YUV | 189.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 66 | 0.24 | 0 | 0.71 | 0.12 | 80.51 | 0.72 | 0.57 |
| Hex | AA | E0 | 42 | 18 | 0 | 47 | C | 51 | 48 | 39 |
| Octal | 252 | 340 | 102 | 30 | 0 | 107 | 14 | 121 | 110 | 71 |
| Binary | 10101010 | 11100000 | 1000010 | 11000 | 0 | 1000111 | 1100 | 1010001 | 1001000 | 111001 |
Color Harmonies of #AAE042
Complementary color
Monochromatic Colors of #AAE042
Black with #AAE042
Text Example
Text Example
White with #AAE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE042; }
p { color: rgb(170,224,66); }
H1.HeaderClassName
{
color: #AAE042;
}
.AnyTagClassName
{
color: #AAE042;
}
</style>
background-color css
<style>
a { background-color: #AAE042; }
a { background-color: rgb(170,224,66); }
div.DivClassName
{
background-color: #AAE042;
}
.BgClassName
{
background-color: #AAE042;
}
</style>
border-color css
<style>
span { border-color: #AAE042; }
span { border-color: rgb(170,224,66); }
td.TdClassName
{
border-color: #AAE042;
}
.TagClassName
{
border-color: #AAE042;
}
</style>