Shades of Conifer #9AD962
Tints of Conifer #9AD962
RGB
CMYK
RGB Variations
Color information
#9AD962 (or 0x9AD962) is known color: Conifer. HEX triplet: 9A, D9 and 62. RGB value is (154,217,98). Sum of RGB (Red+Green+Blue) = 154+217+98=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD962 is #65269D. Grayscale: #B9B9B9. Windows color (decimal): -6629022 or 6478234. OLE color: 6478234.
HSL color Cylindrical-coordinate representation of color #9AD962: hue angle of 91.76º 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 #9AD962 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 98 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.15 |
| HSL | 91.76º | 0.61% | 0.62% | - |
| HSV(B) | 91.76º | 0.55% | 0.85% | - |
| XYZ | 40.34 | 57.38 | 20.5 | - |
| YUV | 184.6 | 79.13 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 98 | 0.29 | 0 | 0.55 | 0.15 | 91.76 | 0.61 | 0.62 |
| Hex | 9A | D9 | 62 | 1D | 0 | 37 | F | 5C | 3D | 3E |
| Octal | 232 | 331 | 142 | 35 | 0 | 67 | 17 | 134 | 75 | 76 |
| Binary | 10011010 | 11011001 | 1100010 | 11101 | 0 | 110111 | 1111 | 1011100 | 111101 | 111110 |
Color Harmonies of #9AD962
Complementary color
Monochromatic Colors of #9AD962
Black with #9AD962
Text Example
Text Example
White with #9AD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD962; }
p { color: rgb(154,217,98); }
H1.HeaderClassName
{
color: #9AD962;
}
.AnyTagClassName
{
color: #9AD962;
}
</style>
background-color css
<style>
a { background-color: #9AD962; }
a { background-color: rgb(154,217,98); }
div.DivClassName
{
background-color: #9AD962;
}
.BgClassName
{
background-color: #9AD962;
}
</style>
border-color css
<style>
span { border-color: #9AD962; }
span { border-color: rgb(154,217,98); }
td.TdClassName
{
border-color: #9AD962;
}
.TagClassName
{
border-color: #9AD962;
}
</style>