Shades of Conifer #AAE045
Tints of Conifer #AAE045
RGB
CMYK
RGB Variations
Color information
#AAE045 (or 0xAAE045) is known color: Conifer. HEX triplet: AA, E0 and 45. RGB value is (170,224,69). Sum of RGB (Red+Green+Blue) = 170+224+69=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE045 is #551FBA. Grayscale: #BEBEBE. Windows color (decimal): -5578683 or 4579498. OLE color: 4579498.
HSL color Cylindrical-coordinate representation of color #AAE045: hue angle of 80.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAE045 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 69 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.12 |
| HSL | 80.9º | 0.71% | 0.57% | - |
| HSV(B) | 80.9º | 0.69% | 0.88% | - |
| XYZ | 44.31 | 62.29 | 15.32 | - |
| YUV | 190.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 69 | 0.24 | 0 | 0.69 | 0.12 | 80.9 | 0.71 | 0.57 |
| Hex | AA | E0 | 45 | 18 | 0 | 45 | C | 51 | 47 | 39 |
| Octal | 252 | 340 | 105 | 30 | 0 | 105 | 14 | 121 | 107 | 71 |
| Binary | 10101010 | 11100000 | 1000101 | 11000 | 0 | 1000101 | 1100 | 1010001 | 1000111 | 111001 |
Color Harmonies of #AAE045
Complementary color
Monochromatic Colors of #AAE045
Black with #AAE045
Text Example
Text Example
White with #AAE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE045; }
p { color: rgb(170,224,69); }
H1.HeaderClassName
{
color: #AAE045;
}
.AnyTagClassName
{
color: #AAE045;
}
</style>
background-color css
<style>
a { background-color: #AAE045; }
a { background-color: rgb(170,224,69); }
div.DivClassName
{
background-color: #AAE045;
}
.BgClassName
{
background-color: #AAE045;
}
</style>
border-color css
<style>
span { border-color: #AAE045; }
span { border-color: rgb(170,224,69); }
td.TdClassName
{
border-color: #AAE045;
}
.TagClassName
{
border-color: #AAE045;
}
</style>