Shades of Conifer #AAE059
Tints of Conifer #AAE059
RGB
CMYK
RGB Variations
Color information
#AAE059 (or 0xAAE059) is known color: Conifer. HEX triplet: AA, E0 and 59. RGB value is (170,224,89). Sum of RGB (Red+Green+Blue) = 170+224+89=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE059 is #551FA6. Grayscale: #C0C0C0. Windows color (decimal): -5578663 or 5890218. OLE color: 5890218.
HSL color Cylindrical-coordinate representation of color #AAE059: hue angle of 84º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE059 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 89 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.12 |
| HSL | 84º | 0.69% | 0.61% | - |
| HSV(B) | 84º | 0.6% | 0.88% | - |
| XYZ | 45.04 | 62.58 | 19.16 | - |
| YUV | 192.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 89 | 0.24 | 0 | 0.60 | 0.12 | 84 | 0.69 | 0.61 |
| Hex | AA | E0 | 59 | 18 | 0 | 3C | C | 54 | 45 | 3D |
| Octal | 252 | 340 | 131 | 30 | 0 | 74 | 14 | 124 | 105 | 75 |
| Binary | 10101010 | 11100000 | 1011001 | 11000 | 0 | 111100 | 1100 | 1010100 | 1000101 | 111101 |
Color Harmonies of #AAE059
Complementary color
Monochromatic Colors of #AAE059
Black with #AAE059
Text Example
Text Example
White with #AAE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE059; }
p { color: rgb(170,224,89); }
H1.HeaderClassName
{
color: #AAE059;
}
.AnyTagClassName
{
color: #AAE059;
}
</style>
background-color css
<style>
a { background-color: #AAE059; }
a { background-color: rgb(170,224,89); }
div.DivClassName
{
background-color: #AAE059;
}
.BgClassName
{
background-color: #AAE059;
}
</style>
border-color css
<style>
span { border-color: #AAE059; }
span { border-color: rgb(170,224,89); }
td.TdClassName
{
border-color: #AAE059;
}
.TagClassName
{
border-color: #AAE059;
}
</style>