Shades of Conifer #AAD166
Tints of Conifer #AAD166
RGB
CMYK
RGB Variations
Color information
#AAD166 (or 0xAAD166) is known color: Conifer. HEX triplet: AA, D1 and 66. RGB value is (170,209,102). Sum of RGB (Red+Green+Blue) = 170+209+102=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD166 is #552E99. Grayscale: #B9B9B9. Windows color (decimal): -5582490 or 6738346. OLE color: 6738346.
HSL color Cylindrical-coordinate representation of color #AAD166: hue angle of 81.87º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD166 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 102 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.18 |
| HSL | 81.87º | 0.54% | 0.61% | - |
| HSV(B) | 81.87º | 0.51% | 0.82% | - |
| XYZ | 41.78 | 55.11 | 21.01 | - |
| YUV | 185.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 102 | 0.19 | 0 | 0.51 | 0.18 | 81.87 | 0.54 | 0.61 |
| Hex | AA | D1 | 66 | 13 | 0 | 33 | 12 | 52 | 36 | 3D |
| Octal | 252 | 321 | 146 | 23 | 0 | 63 | 22 | 122 | 66 | 75 |
| Binary | 10101010 | 11010001 | 1100110 | 10011 | 0 | 110011 | 10010 | 1010010 | 110110 | 111101 |
Color Harmonies of #AAD166
Complementary color
Monochromatic Colors of #AAD166
Black with #AAD166
Text Example
Text Example
White with #AAD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD166; }
p { color: rgb(170,209,102); }
H1.HeaderClassName
{
color: #AAD166;
}
.AnyTagClassName
{
color: #AAD166;
}
</style>
background-color css
<style>
a { background-color: #AAD166; }
a { background-color: rgb(170,209,102); }
div.DivClassName
{
background-color: #AAD166;
}
.BgClassName
{
background-color: #AAD166;
}
</style>
border-color css
<style>
span { border-color: #AAD166; }
span { border-color: rgb(170,209,102); }
td.TdClassName
{
border-color: #AAD166;
}
.TagClassName
{
border-color: #AAD166;
}
</style>