Shades of Conifer #9BD956
Tints of Conifer #9BD956
RGB
CMYK
RGB Variations
Color information
#9BD956 (or 0x9BD956) is known color: Conifer. HEX triplet: 9B, D9 and 56. RGB value is (155,217,86). Sum of RGB (Red+Green+Blue) = 155+217+86=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD956 is #6426A9. Grayscale: #B7B7B7. Windows color (decimal): -6563498 or 5691803. OLE color: 5691803.
HSL color Cylindrical-coordinate representation of color #9BD956: hue angle of 88.4º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BD956 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 86 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.15 |
| HSL | 88.4º | 0.63% | 0.59% | - |
| HSV(B) | 88.4º | 0.6% | 0.85% | - |
| XYZ | 40.01 | 57.27 | 17.75 | - |
| YUV | 183.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 86 | 0.29 | 0 | 0.60 | 0.15 | 88.4 | 0.63 | 0.59 |
| Hex | 9B | D9 | 56 | 1D | 0 | 3C | F | 58 | 3F | 3B |
| Octal | 233 | 331 | 126 | 35 | 0 | 74 | 17 | 130 | 77 | 73 |
| Binary | 10011011 | 11011001 | 1010110 | 11101 | 0 | 111100 | 1111 | 1011000 | 111111 | 111011 |
Color Harmonies of #9BD956
Complementary color
Monochromatic Colors of #9BD956
Black with #9BD956
Text Example
Text Example
White with #9BD956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD956; }
p { color: rgb(155,217,86); }
H1.HeaderClassName
{
color: #9BD956;
}
.AnyTagClassName
{
color: #9BD956;
}
</style>
background-color css
<style>
a { background-color: #9BD956; }
a { background-color: rgb(155,217,86); }
div.DivClassName
{
background-color: #9BD956;
}
.BgClassName
{
background-color: #9BD956;
}
</style>
border-color css
<style>
span { border-color: #9BD956; }
span { border-color: rgb(155,217,86); }
td.TdClassName
{
border-color: #9BD956;
}
.TagClassName
{
border-color: #9BD956;
}
</style>