Shades of Conifer #AAE159
Tints of Conifer #AAE159
RGB
CMYK
RGB Variations
Color information
#AAE159 (or 0xAAE159) is known color: Conifer. HEX triplet: AA, E1 and 59. RGB value is (170,225,89). Sum of RGB (Red+Green+Blue) = 170+225+89=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE159 is #551EA6. Grayscale: #C1C1C1. Windows color (decimal): -5578407 or 5890474. OLE color: 5890474.
HSL color Cylindrical-coordinate representation of color #AAE159: hue angle of 84.26º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE159 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 89 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.12 |
| HSL | 84.26º | 0.69% | 0.62% | - |
| HSV(B) | 84.26º | 0.6% | 0.88% | - |
| XYZ | 45.31 | 63.12 | 19.25 | - |
| YUV | 193.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 89 | 0.24 | 0 | 0.60 | 0.12 | 84.26 | 0.69 | 0.62 |
| Hex | AA | E1 | 59 | 18 | 0 | 3C | C | 54 | 45 | 3E |
| Octal | 252 | 341 | 131 | 30 | 0 | 74 | 14 | 124 | 105 | 76 |
| Binary | 10101010 | 11100001 | 1011001 | 11000 | 0 | 111100 | 1100 | 1010100 | 1000101 | 111110 |
Color Harmonies of #AAE159
Complementary color
Monochromatic Colors of #AAE159
Black with #AAE159
Text Example
Text Example
White with #AAE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE159; }
p { color: rgb(170,225,89); }
H1.HeaderClassName
{
color: #AAE159;
}
.AnyTagClassName
{
color: #AAE159;
}
</style>
background-color css
<style>
a { background-color: #AAE159; }
a { background-color: rgb(170,225,89); }
div.DivClassName
{
background-color: #AAE159;
}
.BgClassName
{
background-color: #AAE159;
}
</style>
border-color css
<style>
span { border-color: #AAE159; }
span { border-color: rgb(170,225,89); }
td.TdClassName
{
border-color: #AAE159;
}
.TagClassName
{
border-color: #AAE159;
}
</style>