Shades of Conifer #AAD966
Tints of Conifer #AAD966
RGB
CMYK
RGB Variations
Color information
#AAD966 (or 0xAAD966) is known color: Conifer. HEX triplet: AA, D9 and 66. RGB value is (170,217,102). Sum of RGB (Red+Green+Blue) = 170+217+102=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD966 is #552699. Grayscale: #BEBEBE. Windows color (decimal): -5580442 or 6740394. OLE color: 6740394.
HSL color Cylindrical-coordinate representation of color #AAD966: hue angle of 84.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD966 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 102 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.15 |
| HSL | 84.52º | 0.6% | 0.63% | - |
| HSV(B) | 84.52º | 0.53% | 0.85% | - |
| XYZ | 43.79 | 59.13 | 21.68 | - |
| YUV | 189.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 102 | 0.22 | 0 | 0.53 | 0.15 | 84.52 | 0.6 | 0.63 |
| Hex | AA | D9 | 66 | 16 | 0 | 35 | F | 55 | 3C | 3F |
| Octal | 252 | 331 | 146 | 26 | 0 | 65 | 17 | 125 | 74 | 77 |
| Binary | 10101010 | 11011001 | 1100110 | 10110 | 0 | 110101 | 1111 | 1010101 | 111100 | 111111 |
Color Harmonies of #AAD966
Complementary color
Monochromatic Colors of #AAD966
Black with #AAD966
Text Example
Text Example
White with #AAD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD966; }
p { color: rgb(170,217,102); }
H1.HeaderClassName
{
color: #AAD966;
}
.AnyTagClassName
{
color: #AAD966;
}
</style>
background-color css
<style>
a { background-color: #AAD966; }
a { background-color: rgb(170,217,102); }
div.DivClassName
{
background-color: #AAD966;
}
.BgClassName
{
background-color: #AAD966;
}
</style>
border-color css
<style>
span { border-color: #AAD966; }
span { border-color: rgb(170,217,102); }
td.TdClassName
{
border-color: #AAD966;
}
.TagClassName
{
border-color: #AAD966;
}
</style>