Shades of Conifer #ADD060
Tints of Conifer #ADD060
RGB
CMYK
RGB Variations
Color information
#ADD060 (or 0xADD060) is known color: Conifer. HEX triplet: AD, D0 and 60. RGB value is (173,208,96). Sum of RGB (Red+Green+Blue) = 173+208+96=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD060 is #522F9F. Grayscale: #B9B9B9. Windows color (decimal): -5386144 or 6344877. OLE color: 6344877.
HSL color Cylindrical-coordinate representation of color #ADD060: hue angle of 78.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD060 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 96 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.18 |
| HSL | 78.75º | 0.54% | 0.6% | - |
| HSV(B) | 78.75º | 0.54% | 0.82% | - |
| XYZ | 41.9 | 54.84 | 19.44 | - |
| YUV | 184.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 96 | 0.17 | 0 | 0.54 | 0.18 | 78.75 | 0.54 | 0.6 |
| Hex | AD | D0 | 60 | 11 | 0 | 36 | 12 | 4F | 36 | 3C |
| Octal | 255 | 320 | 140 | 21 | 0 | 66 | 22 | 117 | 66 | 74 |
| Binary | 10101101 | 11010000 | 1100000 | 10001 | 0 | 110110 | 10010 | 1001111 | 110110 | 111100 |
Color Harmonies of #ADD060
Complementary color
Monochromatic Colors of #ADD060
Black with #ADD060
Text Example
Text Example
White with #ADD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD060; }
p { color: rgb(173,208,96); }
H1.HeaderClassName
{
color: #ADD060;
}
.AnyTagClassName
{
color: #ADD060;
}
</style>
background-color css
<style>
a { background-color: #ADD060; }
a { background-color: rgb(173,208,96); }
div.DivClassName
{
background-color: #ADD060;
}
.BgClassName
{
background-color: #ADD060;
}
</style>
border-color css
<style>
span { border-color: #ADD060; }
span { border-color: rgb(173,208,96); }
td.TdClassName
{
border-color: #ADD060;
}
.TagClassName
{
border-color: #ADD060;
}
</style>