Shades of Conifer #AAE86B
Tints of Conifer #AAE86B
RGB
CMYK
RGB Variations
Color information
#AAE86B (or 0xAAE86B) is known color: Conifer. HEX triplet: AA, E8 and 6B. RGB value is (170,232,107). Sum of RGB (Red+Green+Blue) = 170+232+107=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE86B is #551794. Grayscale: #C7C7C7. Windows color (decimal): -5576597 or 7071914. OLE color: 7071914.
HSL color Cylindrical-coordinate representation of color #AAE86B: hue angle of 89.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE86B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 107 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.09 |
| HSL | 89.76º | 0.73% | 0.66% | - |
| HSV(B) | 89.76º | 0.54% | 0.91% | - |
| XYZ | 48.09 | 67.32 | 24.37 | - |
| YUV | 199.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 107 | 0.27 | 0 | 0.54 | 0.09 | 89.76 | 0.73 | 0.66 |
| Hex | AA | E8 | 6B | 1B | 0 | 36 | 9 | 5A | 49 | 42 |
| Octal | 252 | 350 | 153 | 33 | 0 | 66 | 11 | 132 | 111 | 102 |
| Binary | 10101010 | 11101000 | 1101011 | 11011 | 0 | 110110 | 1001 | 1011010 | 1001001 | 1000010 |
Color Harmonies of #AAE86B
Complementary color
Monochromatic Colors of #AAE86B
Black with #AAE86B
Text Example
Text Example
White with #AAE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE86B; }
p { color: rgb(170,232,107); }
H1.HeaderClassName
{
color: #AAE86B;
}
.AnyTagClassName
{
color: #AAE86B;
}
</style>
background-color css
<style>
a { background-color: #AAE86B; }
a { background-color: rgb(170,232,107); }
div.DivClassName
{
background-color: #AAE86B;
}
.BgClassName
{
background-color: #AAE86B;
}
</style>
border-color css
<style>
span { border-color: #AAE86B; }
span { border-color: rgb(170,232,107); }
td.TdClassName
{
border-color: #AAE86B;
}
.TagClassName
{
border-color: #AAE86B;
}
</style>