Shades of Conifer #ADD966
Tints of Conifer #ADD966
RGB
CMYK
RGB Variations
Color information
#ADD966 (or 0xADD966) is known color: Conifer. HEX triplet: AD, D9 and 66. RGB value is (173,217,102). Sum of RGB (Red+Green+Blue) = 173+217+102=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD966 is #522699. Grayscale: #BFBFBF. Windows color (decimal): -5383834 or 6740397. OLE color: 6740397.
HSL color Cylindrical-coordinate representation of color #ADD966: hue angle of 82.96º 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 #ADD966 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 102 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.15 |
| HSL | 82.96º | 0.6% | 0.63% | - |
| HSV(B) | 82.96º | 0.53% | 0.85% | - |
| XYZ | 44.44 | 59.47 | 21.71 | - |
| YUV | 190.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 102 | 0.20 | 0 | 0.53 | 0.15 | 82.96 | 0.6 | 0.63 |
| Hex | AD | D9 | 66 | 14 | 0 | 35 | F | 53 | 3C | 3F |
| Octal | 255 | 331 | 146 | 24 | 0 | 65 | 17 | 123 | 74 | 77 |
| Binary | 10101101 | 11011001 | 1100110 | 10100 | 0 | 110101 | 1111 | 1010011 | 111100 | 111111 |
Color Harmonies of #ADD966
Complementary color
Monochromatic Colors of #ADD966
Black with #ADD966
Text Example
Text Example
White with #ADD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD966; }
p { color: rgb(173,217,102); }
H1.HeaderClassName
{
color: #ADD966;
}
.AnyTagClassName
{
color: #ADD966;
}
</style>
background-color css
<style>
a { background-color: #ADD966; }
a { background-color: rgb(173,217,102); }
div.DivClassName
{
background-color: #ADD966;
}
.BgClassName
{
background-color: #ADD966;
}
</style>
border-color css
<style>
span { border-color: #ADD966; }
span { border-color: rgb(173,217,102); }
td.TdClassName
{
border-color: #ADD966;
}
.TagClassName
{
border-color: #ADD966;
}
</style>