Shades of Conifer #ADD962
Tints of Conifer #ADD962
RGB
CMYK
RGB Variations
Color information
#ADD962 (or 0xADD962) is known color: Conifer. HEX triplet: AD, D9 and 62. RGB value is (173,217,98). Sum of RGB (Red+Green+Blue) = 173+217+98=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD962 is #52269D. Grayscale: #BEBEBE. Windows color (decimal): -5383838 or 6478253. OLE color: 6478253.
HSL color Cylindrical-coordinate representation of color #ADD962: hue angle of 82.18º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD962 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 98 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.15 |
| HSL | 82.18º | 0.61% | 0.62% | - |
| HSV(B) | 82.18º | 0.55% | 0.85% | - |
| XYZ | 44.25 | 59.39 | 20.69 | - |
| YUV | 190.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 98 | 0.20 | 0 | 0.55 | 0.15 | 82.18 | 0.61 | 0.62 |
| Hex | AD | D9 | 62 | 14 | 0 | 37 | F | 52 | 3D | 3E |
| Octal | 255 | 331 | 142 | 24 | 0 | 67 | 17 | 122 | 75 | 76 |
| Binary | 10101101 | 11011001 | 1100010 | 10100 | 0 | 110111 | 1111 | 1010010 | 111101 | 111110 |
Color Harmonies of #ADD962
Complementary color
Monochromatic Colors of #ADD962
Black with #ADD962
Text Example
Text Example
White with #ADD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD962; }
p { color: rgb(173,217,98); }
H1.HeaderClassName
{
color: #ADD962;
}
.AnyTagClassName
{
color: #ADD962;
}
</style>
background-color css
<style>
a { background-color: #ADD962; }
a { background-color: rgb(173,217,98); }
div.DivClassName
{
background-color: #ADD962;
}
.BgClassName
{
background-color: #ADD962;
}
</style>
border-color css
<style>
span { border-color: #ADD962; }
span { border-color: rgb(173,217,98); }
td.TdClassName
{
border-color: #ADD962;
}
.TagClassName
{
border-color: #ADD962;
}
</style>