Shades of Conifer #ADD066
Tints of Conifer #ADD066
RGB
CMYK
RGB Variations
Color information
#ADD066 (or 0xADD066) is known color: Conifer. HEX triplet: AD, D0 and 66. RGB value is (173,208,102). Sum of RGB (Red+Green+Blue) = 173+208+102=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD066 is #522F99. Grayscale: #B9B9B9. Windows color (decimal): -5386138 or 6738093. OLE color: 6738093.
HSL color Cylindrical-coordinate representation of color #ADD066: hue angle of 79.81º degrees, saturation: 0.53, 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 #ADD066 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 102 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.18 |
| HSL | 79.81º | 0.53% | 0.61% | - |
| HSV(B) | 79.81º | 0.51% | 0.82% | - |
| XYZ | 42.19 | 54.96 | 20.95 | - |
| YUV | 185.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 102 | 0.17 | 0 | 0.51 | 0.18 | 79.81 | 0.53 | 0.61 |
| Hex | AD | D0 | 66 | 11 | 0 | 33 | 12 | 50 | 35 | 3D |
| Octal | 255 | 320 | 146 | 21 | 0 | 63 | 22 | 120 | 65 | 75 |
| Binary | 10101101 | 11010000 | 1100110 | 10001 | 0 | 110011 | 10010 | 1010000 | 110101 | 111101 |
Color Harmonies of #ADD066
Complementary color
Monochromatic Colors of #ADD066
Black with #ADD066
Text Example
Text Example
White with #ADD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD066; }
p { color: rgb(173,208,102); }
H1.HeaderClassName
{
color: #ADD066;
}
.AnyTagClassName
{
color: #ADD066;
}
</style>
background-color css
<style>
a { background-color: #ADD066; }
a { background-color: rgb(173,208,102); }
div.DivClassName
{
background-color: #ADD066;
}
.BgClassName
{
background-color: #ADD066;
}
</style>
border-color css
<style>
span { border-color: #ADD066; }
span { border-color: rgb(173,208,102); }
td.TdClassName
{
border-color: #ADD066;
}
.TagClassName
{
border-color: #ADD066;
}
</style>