Shades of Conifer #9DD962
Tints of Conifer #9DD962
RGB
CMYK
RGB Variations
Color information
#9DD962 (or 0x9DD962) is known color: Conifer. HEX triplet: 9D, D9 and 62. RGB value is (157,217,98). Sum of RGB (Red+Green+Blue) = 157+217+98=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD962 is #62269D. Grayscale: #B9B9B9. Windows color (decimal): -6432414 or 6478237. OLE color: 6478237.
HSL color Cylindrical-coordinate representation of color #9DD962: hue angle of 90.25º 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 #9DD962 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 98 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.15 |
| HSL | 90.25º | 0.61% | 0.62% | - |
| HSV(B) | 90.25º | 0.55% | 0.85% | - |
| XYZ | 40.92 | 57.68 | 20.53 | - |
| YUV | 185.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 98 | 0.28 | 0 | 0.55 | 0.15 | 90.25 | 0.61 | 0.62 |
| Hex | 9D | D9 | 62 | 1C | 0 | 37 | F | 5A | 3D | 3E |
| Octal | 235 | 331 | 142 | 34 | 0 | 67 | 17 | 132 | 75 | 76 |
| Binary | 10011101 | 11011001 | 1100010 | 11100 | 0 | 110111 | 1111 | 1011010 | 111101 | 111110 |
Color Harmonies of #9DD962
Complementary color
Monochromatic Colors of #9DD962
Black with #9DD962
Text Example
Text Example
White with #9DD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD962; }
p { color: rgb(157,217,98); }
H1.HeaderClassName
{
color: #9DD962;
}
.AnyTagClassName
{
color: #9DD962;
}
</style>
background-color css
<style>
a { background-color: #9DD962; }
a { background-color: rgb(157,217,98); }
div.DivClassName
{
background-color: #9DD962;
}
.BgClassName
{
background-color: #9DD962;
}
</style>
border-color css
<style>
span { border-color: #9DD962; }
span { border-color: rgb(157,217,98); }
td.TdClassName
{
border-color: #9DD962;
}
.TagClassName
{
border-color: #9DD962;
}
</style>