Shades of Conifer #9BD861
Tints of Conifer #9BD861
RGB
CMYK
RGB Variations
Color information
#9BD861 (or 0x9BD861) is known color: Conifer. HEX triplet: 9B, D8 and 61. RGB value is (155,216,97). Sum of RGB (Red+Green+Blue) = 155+216+97=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD861 is #64279E. Grayscale: #B8B8B8. Windows color (decimal): -6563743 or 6412443. OLE color: 6412443.
HSL color Cylindrical-coordinate representation of color #9BD861: hue angle of 90.76º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BD861 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 97 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.15 |
| HSL | 90.76º | 0.6% | 0.61% | - |
| HSV(B) | 90.76º | 0.55% | 0.85% | - |
| XYZ | 40.23 | 56.94 | 20.18 | - |
| YUV | 184.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 97 | 0.28 | 0 | 0.55 | 0.15 | 90.76 | 0.6 | 0.61 |
| Hex | 9B | D8 | 61 | 1C | 0 | 37 | F | 5B | 3C | 3D |
| Octal | 233 | 330 | 141 | 34 | 0 | 67 | 17 | 133 | 74 | 75 |
| Binary | 10011011 | 11011000 | 1100001 | 11100 | 0 | 110111 | 1111 | 1011011 | 111100 | 111101 |
Color Harmonies of #9BD861
Complementary color
Monochromatic Colors of #9BD861
Black with #9BD861
Text Example
Text Example
White with #9BD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD861; }
p { color: rgb(155,216,97); }
H1.HeaderClassName
{
color: #9BD861;
}
.AnyTagClassName
{
color: #9BD861;
}
</style>
background-color css
<style>
a { background-color: #9BD861; }
a { background-color: rgb(155,216,97); }
div.DivClassName
{
background-color: #9BD861;
}
.BgClassName
{
background-color: #9BD861;
}
</style>
border-color css
<style>
span { border-color: #9BD861; }
span { border-color: rgb(155,216,97); }
td.TdClassName
{
border-color: #9BD861;
}
.TagClassName
{
border-color: #9BD861;
}
</style>