Shades of Conifer #AAE856
Tints of Conifer #AAE856
RGB
CMYK
RGB Variations
Color information
#AAE856 (or 0xAAE856) is known color: Conifer. HEX triplet: AA, E8 and 56. RGB value is (170,232,86). Sum of RGB (Red+Green+Blue) = 170+232+86=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE856 is #5517A9. Grayscale: #C5C5C5. Windows color (decimal): -5576618 or 5695658. OLE color: 5695658.
HSL color Cylindrical-coordinate representation of color #AAE856: hue angle of 85.48º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE856 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 86 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.09 |
| HSL | 85.48º | 0.76% | 0.62% | - |
| HSV(B) | 85.48º | 0.63% | 0.91% | - |
| XYZ | 47.11 | 66.93 | 19.24 | - |
| YUV | 196.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 86 | 0.27 | 0 | 0.63 | 0.09 | 85.48 | 0.76 | 0.62 |
| Hex | AA | E8 | 56 | 1B | 0 | 3F | 9 | 55 | 4C | 3E |
| Octal | 252 | 350 | 126 | 33 | 0 | 77 | 11 | 125 | 114 | 76 |
| Binary | 10101010 | 11101000 | 1010110 | 11011 | 0 | 111111 | 1001 | 1010101 | 1001100 | 111110 |
Color Harmonies of #AAE856
Complementary color
Monochromatic Colors of #AAE856
Black with #AAE856
Text Example
Text Example
White with #AAE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE856; }
p { color: rgb(170,232,86); }
H1.HeaderClassName
{
color: #AAE856;
}
.AnyTagClassName
{
color: #AAE856;
}
</style>
background-color css
<style>
a { background-color: #AAE856; }
a { background-color: rgb(170,232,86); }
div.DivClassName
{
background-color: #AAE856;
}
.BgClassName
{
background-color: #AAE856;
}
</style>
border-color css
<style>
span { border-color: #AAE856; }
span { border-color: rgb(170,232,86); }
td.TdClassName
{
border-color: #AAE856;
}
.TagClassName
{
border-color: #AAE856;
}
</style>