Shades of Conifer #AAE04A
Tints of Conifer #AAE04A
RGB
CMYK
RGB Variations
Color information
#AAE04A (or 0xAAE04A) is known color: Conifer. HEX triplet: AA, E0 and 4A. RGB value is (170,224,74). Sum of RGB (Red+Green+Blue) = 170+224+74=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE04A is #551FB5. Grayscale: #BFBFBF. Windows color (decimal): -5578678 or 4907178. OLE color: 4907178.
HSL color Cylindrical-coordinate representation of color #AAE04A: hue angle of 81.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE04A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.12 |
| HSL | 81.6º | 0.71% | 0.58% | - |
| HSV(B) | 81.6º | 0.67% | 0.88% | - |
| XYZ | 44.47 | 62.35 | 16.17 | - |
| YUV | 190.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 74 | 0.24 | 0 | 0.67 | 0.12 | 81.6 | 0.71 | 0.58 |
| Hex | AA | E0 | 4A | 18 | 0 | 43 | C | 52 | 47 | 3A |
| Octal | 252 | 340 | 112 | 30 | 0 | 103 | 14 | 122 | 107 | 72 |
| Binary | 10101010 | 11100000 | 1001010 | 11000 | 0 | 1000011 | 1100 | 1010010 | 1000111 | 111010 |
Color Harmonies of #AAE04A
Complementary color
Monochromatic Colors of #AAE04A
Black with #AAE04A
Text Example
Text Example
White with #AAE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE04A; }
p { color: rgb(170,224,74); }
H1.HeaderClassName
{
color: #AAE04A;
}
.AnyTagClassName
{
color: #AAE04A;
}
</style>
background-color css
<style>
a { background-color: #AAE04A; }
a { background-color: rgb(170,224,74); }
div.DivClassName
{
background-color: #AAE04A;
}
.BgClassName
{
background-color: #AAE04A;
}
</style>
border-color css
<style>
span { border-color: #AAE04A; }
span { border-color: rgb(170,224,74); }
td.TdClassName
{
border-color: #AAE04A;
}
.TagClassName
{
border-color: #AAE04A;
}
</style>