Shades of Conifer #AAE160
Tints of Conifer #AAE160
RGB
CMYK
RGB Variations
Color information
#AAE160 (or 0xAAE160) is known color: Conifer. HEX triplet: AA, E1 and 60. RGB value is (170,225,96). Sum of RGB (Red+Green+Blue) = 170+225+96=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE160 is #551E9F. Grayscale: #C2C2C2. Windows color (decimal): -5578400 or 6349226. OLE color: 6349226.
HSL color Cylindrical-coordinate representation of color #AAE160: hue angle of 85.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE160 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 96 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.12 |
| HSL | 85.58º | 0.68% | 0.63% | - |
| HSV(B) | 85.58º | 0.57% | 0.88% | - |
| XYZ | 45.61 | 63.24 | 20.87 | - |
| YUV | 193.85 | 72.78 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 96 | 0.24 | 0 | 0.57 | 0.12 | 85.58 | 0.68 | 0.63 |
| Hex | AA | E1 | 60 | 18 | 0 | 39 | C | 56 | 44 | 3F |
| Octal | 252 | 341 | 140 | 30 | 0 | 71 | 14 | 126 | 104 | 77 |
| Binary | 10101010 | 11100001 | 1100000 | 11000 | 0 | 111001 | 1100 | 1010110 | 1000100 | 111111 |
Color Harmonies of #AAE160
Complementary color
Monochromatic Colors of #AAE160
Black with #AAE160
Text Example
Text Example
White with #AAE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE160; }
p { color: rgb(170,225,96); }
H1.HeaderClassName
{
color: #AAE160;
}
.AnyTagClassName
{
color: #AAE160;
}
</style>
background-color css
<style>
a { background-color: #AAE160; }
a { background-color: rgb(170,225,96); }
div.DivClassName
{
background-color: #AAE160;
}
.BgClassName
{
background-color: #AAE160;
}
</style>
border-color css
<style>
span { border-color: #AAE160; }
span { border-color: rgb(170,225,96); }
td.TdClassName
{
border-color: #AAE160;
}
.TagClassName
{
border-color: #AAE160;
}
</style>