Shades of Conifer #ADD062
Tints of Conifer #ADD062
RGB
CMYK
RGB Variations
Color information
#ADD062 (or 0xADD062) is known color: Conifer. HEX triplet: AD, D0 and 62. RGB value is (173,208,98). Sum of RGB (Red+Green+Blue) = 173+208+98=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD062 is #522F9D. Grayscale: #B9B9B9. Windows color (decimal): -5386142 or 6475949. OLE color: 6475949.
HSL color Cylindrical-coordinate representation of color #ADD062: hue angle of 79.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD062 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 98 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.18 |
| HSL | 79.09º | 0.54% | 0.6% | - |
| HSV(B) | 79.09º | 0.53% | 0.82% | - |
| XYZ | 41.99 | 54.88 | 19.93 | - |
| YUV | 185 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 98 | 0.17 | 0 | 0.53 | 0.18 | 79.09 | 0.54 | 0.6 |
| Hex | AD | D0 | 62 | 11 | 0 | 35 | 12 | 4F | 36 | 3C |
| Octal | 255 | 320 | 142 | 21 | 0 | 65 | 22 | 117 | 66 | 74 |
| Binary | 10101101 | 11010000 | 1100010 | 10001 | 0 | 110101 | 10010 | 1001111 | 110110 | 111100 |
Color Harmonies of #ADD062
Complementary color
Monochromatic Colors of #ADD062
Black with #ADD062
Text Example
Text Example
White with #ADD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD062; }
p { color: rgb(173,208,98); }
H1.HeaderClassName
{
color: #ADD062;
}
.AnyTagClassName
{
color: #ADD062;
}
</style>
background-color css
<style>
a { background-color: #ADD062; }
a { background-color: rgb(173,208,98); }
div.DivClassName
{
background-color: #ADD062;
}
.BgClassName
{
background-color: #ADD062;
}
</style>
border-color css
<style>
span { border-color: #ADD062; }
span { border-color: rgb(173,208,98); }
td.TdClassName
{
border-color: #ADD062;
}
.TagClassName
{
border-color: #ADD062;
}
</style>