Shades of Conifer #AAD66C
Tints of Conifer #AAD66C
RGB
CMYK
RGB Variations
Color information
#AAD66C (or 0xAAD66C) is known color: Conifer. HEX triplet: AA, D6 and 6C. RGB value is (170,214,108). Sum of RGB (Red+Green+Blue) = 170+214+108=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD66C is #552993. Grayscale: #BDBDBD. Windows color (decimal): -5581204 or 7132842. OLE color: 7132842.
HSL color Cylindrical-coordinate representation of color #AAD66C: hue angle of 84.91º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD66C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 108 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.16 |
| HSL | 84.91º | 0.56% | 0.63% | - |
| HSV(B) | 84.91º | 0.5% | 0.84% | - |
| XYZ | 43.33 | 57.72 | 23.05 | - |
| YUV | 188.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 108 | 0.21 | 0 | 0.50 | 0.16 | 84.91 | 0.56 | 0.63 |
| Hex | AA | D6 | 6C | 15 | 0 | 32 | 10 | 55 | 38 | 3F |
| Octal | 252 | 326 | 154 | 25 | 0 | 62 | 20 | 125 | 70 | 77 |
| Binary | 10101010 | 11010110 | 1101100 | 10101 | 0 | 110010 | 10000 | 1010101 | 111000 | 111111 |
Color Harmonies of #AAD66C
Complementary color
Monochromatic Colors of #AAD66C
Black with #AAD66C
Text Example
Text Example
White with #AAD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD66C; }
p { color: rgb(170,214,108); }
H1.HeaderClassName
{
color: #AAD66C;
}
.AnyTagClassName
{
color: #AAD66C;
}
</style>
background-color css
<style>
a { background-color: #AAD66C; }
a { background-color: rgb(170,214,108); }
div.DivClassName
{
background-color: #AAD66C;
}
.BgClassName
{
background-color: #AAD66C;
}
</style>
border-color css
<style>
span { border-color: #AAD66C; }
span { border-color: rgb(170,214,108); }
td.TdClassName
{
border-color: #AAD66C;
}
.TagClassName
{
border-color: #AAD66C;
}
</style>