Shades of Conifer #AAE156
Tints of Conifer #AAE156
RGB
CMYK
RGB Variations
Color information
#AAE156 (or 0xAAE156) is known color: Conifer. HEX triplet: AA, E1 and 56. RGB value is (170,225,86). Sum of RGB (Red+Green+Blue) = 170+225+86=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE156 is #551EA9. Grayscale: #C1C1C1. Windows color (decimal): -5578410 or 5693866. OLE color: 5693866.
HSL color Cylindrical-coordinate representation of color #AAE156: hue angle of 83.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAE156 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 86 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.12 |
| HSL | 83.74º | 0.7% | 0.61% | - |
| HSV(B) | 83.74º | 0.62% | 0.88% | - |
| XYZ | 45.18 | 63.07 | 18.6 | - |
| YUV | 192.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 86 | 0.24 | 0 | 0.62 | 0.12 | 83.74 | 0.7 | 0.61 |
| Hex | AA | E1 | 56 | 18 | 0 | 3E | C | 54 | 46 | 3D |
| Octal | 252 | 341 | 126 | 30 | 0 | 76 | 14 | 124 | 106 | 75 |
| Binary | 10101010 | 11100001 | 1010110 | 11000 | 0 | 111110 | 1100 | 1010100 | 1000110 | 111101 |
Color Harmonies of #AAE156
Complementary color
Monochromatic Colors of #AAE156
Black with #AAE156
Text Example
Text Example
White with #AAE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE156; }
p { color: rgb(170,225,86); }
H1.HeaderClassName
{
color: #AAE156;
}
.AnyTagClassName
{
color: #AAE156;
}
</style>
background-color css
<style>
a { background-color: #AAE156; }
a { background-color: rgb(170,225,86); }
div.DivClassName
{
background-color: #AAE156;
}
.BgClassName
{
background-color: #AAE156;
}
</style>
border-color css
<style>
span { border-color: #AAE156; }
span { border-color: rgb(170,225,86); }
td.TdClassName
{
border-color: #AAE156;
}
.TagClassName
{
border-color: #AAE156;
}
</style>