Shades of Conifer #AAE865
Tints of Conifer #AAE865
RGB
CMYK
RGB Variations
Color information
#AAE865 (or 0xAAE865) is known color: Conifer. HEX triplet: AA, E8 and 65. RGB value is (170,232,101). Sum of RGB (Red+Green+Blue) = 170+232+101=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE865 is #55179A. Grayscale: #C6C6C6. Windows color (decimal): -5576603 or 6678698. OLE color: 6678698.
HSL color Cylindrical-coordinate representation of color #AAE865: hue angle of 88.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE865 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 101 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.09 |
| HSL | 88.4º | 0.74% | 0.65% | - |
| HSV(B) | 88.4º | 0.56% | 0.91% | - |
| XYZ | 47.78 | 67.2 | 22.76 | - |
| YUV | 198.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 101 | 0.27 | 0 | 0.56 | 0.09 | 88.4 | 0.74 | 0.65 |
| Hex | AA | E8 | 65 | 1B | 0 | 38 | 9 | 58 | 4A | 41 |
| Octal | 252 | 350 | 145 | 33 | 0 | 70 | 11 | 130 | 112 | 101 |
| Binary | 10101010 | 11101000 | 1100101 | 11011 | 0 | 111000 | 1001 | 1011000 | 1001010 | 1000001 |
Color Harmonies of #AAE865
Complementary color
Monochromatic Colors of #AAE865
Black with #AAE865
Text Example
Text Example
White with #AAE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE865; }
p { color: rgb(170,232,101); }
H1.HeaderClassName
{
color: #AAE865;
}
.AnyTagClassName
{
color: #AAE865;
}
</style>
background-color css
<style>
a { background-color: #AAE865; }
a { background-color: rgb(170,232,101); }
div.DivClassName
{
background-color: #AAE865;
}
.BgClassName
{
background-color: #AAE865;
}
</style>
border-color css
<style>
span { border-color: #AAE865; }
span { border-color: rgb(170,232,101); }
td.TdClassName
{
border-color: #AAE865;
}
.TagClassName
{
border-color: #AAE865;
}
</style>