Shades of Conifer #9BD860
Tints of Conifer #9BD860
RGB
CMYK
RGB Variations
Color information
#9BD860 (or 0x9BD860) is known color: Conifer. HEX triplet: 9B, D8 and 60. RGB value is (155,216,96). Sum of RGB (Red+Green+Blue) = 155+216+96=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD860 is #64279F. Grayscale: #B8B8B8. Windows color (decimal): -6563744 or 6346907. OLE color: 6346907.
HSL color Cylindrical-coordinate representation of color #9BD860: hue angle of 90.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BD860 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 96 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.15 |
| HSL | 90.5º | 0.61% | 0.61% | - |
| HSV(B) | 90.5º | 0.56% | 0.85% | - |
| XYZ | 40.18 | 56.92 | 19.94 | - |
| YUV | 184.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 96 | 0.28 | 0 | 0.56 | 0.15 | 90.5 | 0.61 | 0.61 |
| Hex | 9B | D8 | 60 | 1C | 0 | 38 | F | 5A | 3D | 3D |
| Octal | 233 | 330 | 140 | 34 | 0 | 70 | 17 | 132 | 75 | 75 |
| Binary | 10011011 | 11011000 | 1100000 | 11100 | 0 | 111000 | 1111 | 1011010 | 111101 | 111101 |
Color Harmonies of #9BD860
Complementary color
Monochromatic Colors of #9BD860
Black with #9BD860
Text Example
Text Example
White with #9BD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD860; }
p { color: rgb(155,216,96); }
H1.HeaderClassName
{
color: #9BD860;
}
.AnyTagClassName
{
color: #9BD860;
}
</style>
background-color css
<style>
a { background-color: #9BD860; }
a { background-color: rgb(155,216,96); }
div.DivClassName
{
background-color: #9BD860;
}
.BgClassName
{
background-color: #9BD860;
}
</style>
border-color css
<style>
span { border-color: #9BD860; }
span { border-color: rgb(155,216,96); }
td.TdClassName
{
border-color: #9BD860;
}
.TagClassName
{
border-color: #9BD860;
}
</style>