Shades of Conifer #AAE049
Tints of Conifer #AAE049
RGB
CMYK
RGB Variations
Color information
#AAE049 (or 0xAAE049) is known color: Conifer. HEX triplet: AA, E0 and 49. RGB value is (170,224,73). Sum of RGB (Red+Green+Blue) = 170+224+73=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE049 is #551FB6. Grayscale: #BFBFBF. Windows color (decimal): -5578679 or 4841642. OLE color: 4841642.
HSL color Cylindrical-coordinate representation of color #AAE049: hue angle of 81.46º 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 #AAE049 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 73 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.12 |
| HSL | 81.46º | 0.71% | 0.58% | - |
| HSV(B) | 81.46º | 0.67% | 0.88% | - |
| XYZ | 44.44 | 62.34 | 15.99 | - |
| YUV | 190.64 | 61.61 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 73 | 0.24 | 0 | 0.67 | 0.12 | 81.46 | 0.71 | 0.58 |
| Hex | AA | E0 | 49 | 18 | 0 | 43 | C | 51 | 47 | 3A |
| Octal | 252 | 340 | 111 | 30 | 0 | 103 | 14 | 121 | 107 | 72 |
| Binary | 10101010 | 11100000 | 1001001 | 11000 | 0 | 1000011 | 1100 | 1010001 | 1000111 | 111010 |
Color Harmonies of #AAE049
Complementary color
Monochromatic Colors of #AAE049
Black with #AAE049
Text Example
Text Example
White with #AAE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE049; }
p { color: rgb(170,224,73); }
H1.HeaderClassName
{
color: #AAE049;
}
.AnyTagClassName
{
color: #AAE049;
}
</style>
background-color css
<style>
a { background-color: #AAE049; }
a { background-color: rgb(170,224,73); }
div.DivClassName
{
background-color: #AAE049;
}
.BgClassName
{
background-color: #AAE049;
}
</style>
border-color css
<style>
span { border-color: #AAE049; }
span { border-color: rgb(170,224,73); }
td.TdClassName
{
border-color: #AAE049;
}
.TagClassName
{
border-color: #AAE049;
}
</style>