Shades of Conifer #AAE153
Tints of Conifer #AAE153
RGB
CMYK
RGB Variations
Color information
#AAE153 (or 0xAAE153) is known color: Conifer. HEX triplet: AA, E1 and 53. RGB value is (170,225,83). Sum of RGB (Red+Green+Blue) = 170+225+83=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE153 is #551EAC. Grayscale: #C0C0C0. Windows color (decimal): -5578413 or 5497258. OLE color: 5497258.
HSL color Cylindrical-coordinate representation of color #AAE153: hue angle of 83.24º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE153 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 83 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.12 |
| HSL | 83.24º | 0.7% | 0.6% | - |
| HSV(B) | 83.24º | 0.63% | 0.88% | - |
| XYZ | 45.06 | 63.02 | 17.97 | - |
| YUV | 192.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 83 | 0.24 | 0 | 0.63 | 0.12 | 83.24 | 0.7 | 0.6 |
| Hex | AA | E1 | 53 | 18 | 0 | 3F | C | 53 | 46 | 3C |
| Octal | 252 | 341 | 123 | 30 | 0 | 77 | 14 | 123 | 106 | 74 |
| Binary | 10101010 | 11100001 | 1010011 | 11000 | 0 | 111111 | 1100 | 1010011 | 1000110 | 111100 |
Color Harmonies of #AAE153
Complementary color
Monochromatic Colors of #AAE153
Black with #AAE153
Text Example
Text Example
White with #AAE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE153; }
p { color: rgb(170,225,83); }
H1.HeaderClassName
{
color: #AAE153;
}
.AnyTagClassName
{
color: #AAE153;
}
</style>
background-color css
<style>
a { background-color: #AAE153; }
a { background-color: rgb(170,225,83); }
div.DivClassName
{
background-color: #AAE153;
}
.BgClassName
{
background-color: #AAE153;
}
</style>
border-color css
<style>
span { border-color: #AAE153; }
span { border-color: rgb(170,225,83); }
td.TdClassName
{
border-color: #AAE153;
}
.TagClassName
{
border-color: #AAE153;
}
</style>