Shades of Conifer #AAE040
Tints of Conifer #AAE040
RGB
CMYK
RGB Variations
Color information
#AAE040 (or 0xAAE040) is known color: Conifer. HEX triplet: AA, E0 and 40. RGB value is (170,224,64). Sum of RGB (Red+Green+Blue) = 170+224+64=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE040 is #551FBF. Grayscale: #BEBEBE. Windows color (decimal): -5578688 or 4251818. OLE color: 4251818.
HSL color Cylindrical-coordinate representation of color #AAE040: hue angle of 80.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAE040 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 64 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.12 |
| HSL | 80.25º | 0.72% | 0.56% | - |
| HSV(B) | 80.25º | 0.71% | 0.88% | - |
| XYZ | 44.16 | 62.23 | 14.53 | - |
| YUV | 189.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 64 | 0.24 | 0 | 0.71 | 0.12 | 80.25 | 0.72 | 0.56 |
| Hex | AA | E0 | 40 | 18 | 0 | 47 | C | 50 | 48 | 38 |
| Octal | 252 | 340 | 100 | 30 | 0 | 107 | 14 | 120 | 110 | 70 |
| Binary | 10101010 | 11100000 | 1000000 | 11000 | 0 | 1000111 | 1100 | 1010000 | 1001000 | 111000 |
Color Harmonies of #AAE040
Complementary color
Monochromatic Colors of #AAE040
Black with #AAE040
Text Example
Text Example
White with #AAE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE040; }
p { color: rgb(170,224,64); }
H1.HeaderClassName
{
color: #AAE040;
}
.AnyTagClassName
{
color: #AAE040;
}
</style>
background-color css
<style>
a { background-color: #AAE040; }
a { background-color: rgb(170,224,64); }
div.DivClassName
{
background-color: #AAE040;
}
.BgClassName
{
background-color: #AAE040;
}
</style>
border-color css
<style>
span { border-color: #AAE040; }
span { border-color: rgb(170,224,64); }
td.TdClassName
{
border-color: #AAE040;
}
.TagClassName
{
border-color: #AAE040;
}
</style>