Shades of Conifer #AAE047
Tints of Conifer #AAE047
RGB
CMYK
RGB Variations
Color information
#AAE047 (or 0xAAE047) is known color: Conifer. HEX triplet: AA, E0 and 47. RGB value is (170,224,71). Sum of RGB (Red+Green+Blue) = 170+224+71=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE047 is #551FB8. Grayscale: #BEBEBE. Windows color (decimal): -5578681 or 4710570. OLE color: 4710570.
HSL color Cylindrical-coordinate representation of color #AAE047: hue angle of 81.18º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE047 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 71 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.12 |
| HSL | 81.18º | 0.71% | 0.58% | - |
| HSV(B) | 81.18º | 0.68% | 0.88% | - |
| XYZ | 44.37 | 62.31 | 15.65 | - |
| YUV | 190.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 71 | 0.24 | 0 | 0.68 | 0.12 | 81.18 | 0.71 | 0.58 |
| Hex | AA | E0 | 47 | 18 | 0 | 44 | C | 51 | 47 | 3A |
| Octal | 252 | 340 | 107 | 30 | 0 | 104 | 14 | 121 | 107 | 72 |
| Binary | 10101010 | 11100000 | 1000111 | 11000 | 0 | 1000100 | 1100 | 1010001 | 1000111 | 111010 |
Color Harmonies of #AAE047
Complementary color
Monochromatic Colors of #AAE047
Black with #AAE047
Text Example
Text Example
White with #AAE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE047; }
p { color: rgb(170,224,71); }
H1.HeaderClassName
{
color: #AAE047;
}
.AnyTagClassName
{
color: #AAE047;
}
</style>
background-color css
<style>
a { background-color: #AAE047; }
a { background-color: rgb(170,224,71); }
div.DivClassName
{
background-color: #AAE047;
}
.BgClassName
{
background-color: #AAE047;
}
</style>
border-color css
<style>
span { border-color: #AAE047; }
span { border-color: rgb(170,224,71); }
td.TdClassName
{
border-color: #AAE047;
}
.TagClassName
{
border-color: #AAE047;
}
</style>