Shades of Conifer #AAD86B
Tints of Conifer #AAD86B
RGB
CMYK
RGB Variations
Color information
#AAD86B (or 0xAAD86B) is known color: Conifer. HEX triplet: AA, D8 and 6B. RGB value is (170,216,107). Sum of RGB (Red+Green+Blue) = 170+216+107=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD86B is #552794. Grayscale: #BEBEBE. Windows color (decimal): -5580693 or 7067818. OLE color: 7067818.
HSL color Cylindrical-coordinate representation of color #AAD86B: hue angle of 85.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD86B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 107 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.15 |
| HSL | 85.32º | 0.58% | 0.63% | - |
| HSV(B) | 85.32º | 0.5% | 0.85% | - |
| XYZ | 43.79 | 58.72 | 22.94 | - |
| YUV | 189.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 107 | 0.21 | 0 | 0.50 | 0.15 | 85.32 | 0.58 | 0.63 |
| Hex | AA | D8 | 6B | 15 | 0 | 32 | F | 55 | 3A | 3F |
| Octal | 252 | 330 | 153 | 25 | 0 | 62 | 17 | 125 | 72 | 77 |
| Binary | 10101010 | 11011000 | 1101011 | 10101 | 0 | 110010 | 1111 | 1010101 | 111010 | 111111 |
Color Harmonies of #AAD86B
Complementary color
Monochromatic Colors of #AAD86B
Black with #AAD86B
Text Example
Text Example
White with #AAD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD86B; }
p { color: rgb(170,216,107); }
H1.HeaderClassName
{
color: #AAD86B;
}
.AnyTagClassName
{
color: #AAD86B;
}
</style>
background-color css
<style>
a { background-color: #AAD86B; }
a { background-color: rgb(170,216,107); }
div.DivClassName
{
background-color: #AAD86B;
}
.BgClassName
{
background-color: #AAD86B;
}
</style>
border-color css
<style>
span { border-color: #AAD86B; }
span { border-color: rgb(170,216,107); }
td.TdClassName
{
border-color: #AAD86B;
}
.TagClassName
{
border-color: #AAD86B;
}
</style>