Shades of Conifer #ADDA66
Tints of Conifer #ADDA66
RGB
CMYK
RGB Variations
Color information
#ADDA66 (or 0xADDA66) is known color: Conifer. HEX triplet: AD, DA and 66. RGB value is (173,218,102). Sum of RGB (Red+Green+Blue) = 173+218+102=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA66 is #522599. Grayscale: #BFBFBF. Windows color (decimal): -5383578 or 6740653. OLE color: 6740653.
HSL color Cylindrical-coordinate representation of color #ADDA66: hue angle of 83.28º degrees, saturation: 0.61, 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 #ADDA66 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 102 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.15 |
| HSL | 83.28º | 0.61% | 0.63% | - |
| HSV(B) | 83.28º | 0.53% | 0.85% | - |
| XYZ | 44.7 | 59.99 | 21.79 | - |
| YUV | 191.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 102 | 0.21 | 0 | 0.53 | 0.15 | 83.28 | 0.61 | 0.63 |
| Hex | AD | DA | 66 | 15 | 0 | 35 | F | 53 | 3D | 3F |
| Octal | 255 | 332 | 146 | 25 | 0 | 65 | 17 | 123 | 75 | 77 |
| Binary | 10101101 | 11011010 | 1100110 | 10101 | 0 | 110101 | 1111 | 1010011 | 111101 | 111111 |
Color Harmonies of #ADDA66
Complementary color
Monochromatic Colors of #ADDA66
Black with #ADDA66
Text Example
Text Example
White with #ADDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA66; }
p { color: rgb(173,218,102); }
H1.HeaderClassName
{
color: #ADDA66;
}
.AnyTagClassName
{
color: #ADDA66;
}
</style>
background-color css
<style>
a { background-color: #ADDA66; }
a { background-color: rgb(173,218,102); }
div.DivClassName
{
background-color: #ADDA66;
}
.BgClassName
{
background-color: #ADDA66;
}
</style>
border-color css
<style>
span { border-color: #ADDA66; }
span { border-color: rgb(173,218,102); }
td.TdClassName
{
border-color: #ADDA66;
}
.TagClassName
{
border-color: #ADDA66;
}
</style>