Shades of Conifer #AAE861
Tints of Conifer #AAE861
RGB
CMYK
RGB Variations
Color information
#AAE861 (or 0xAAE861) is known color: Conifer. HEX triplet: AA, E8 and 61. RGB value is (170,232,97). Sum of RGB (Red+Green+Blue) = 170+232+97=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE861 is #55179E. Grayscale: #C6C6C6. Windows color (decimal): -5576607 or 6416554. OLE color: 6416554.
HSL color Cylindrical-coordinate representation of color #AAE861: hue angle of 87.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAE861 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 97 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.09 |
| HSL | 87.56º | 0.75% | 0.65% | - |
| HSV(B) | 87.56º | 0.58% | 0.91% | - |
| XYZ | 47.59 | 67.12 | 21.76 | - |
| YUV | 198.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 97 | 0.27 | 0 | 0.58 | 0.09 | 87.56 | 0.75 | 0.65 |
| Hex | AA | E8 | 61 | 1B | 0 | 3A | 9 | 58 | 4B | 41 |
| Octal | 252 | 350 | 141 | 33 | 0 | 72 | 11 | 130 | 113 | 101 |
| Binary | 10101010 | 11101000 | 1100001 | 11011 | 0 | 111010 | 1001 | 1011000 | 1001011 | 1000001 |
Color Harmonies of #AAE861
Complementary color
Monochromatic Colors of #AAE861
Black with #AAE861
Text Example
Text Example
White with #AAE861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE861; }
p { color: rgb(170,232,97); }
H1.HeaderClassName
{
color: #AAE861;
}
.AnyTagClassName
{
color: #AAE861;
}
</style>
background-color css
<style>
a { background-color: #AAE861; }
a { background-color: rgb(170,232,97); }
div.DivClassName
{
background-color: #AAE861;
}
.BgClassName
{
background-color: #AAE861;
}
</style>
border-color css
<style>
span { border-color: #AAE861; }
span { border-color: rgb(170,232,97); }
td.TdClassName
{
border-color: #AAE861;
}
.TagClassName
{
border-color: #AAE861;
}
</style>