Shades of Conifer #9BD760
Tints of Conifer #9BD760
RGB
CMYK
RGB Variations
Color information
#9BD760 (or 0x9BD760) is known color: Conifer. HEX triplet: 9B, D7 and 60. RGB value is (155,215,96). Sum of RGB (Red+Green+Blue) = 155+215+96=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD760 is #64289F. Grayscale: #B7B7B7. Windows color (decimal): -6564000 or 6346651. OLE color: 6346651.
HSL color Cylindrical-coordinate representation of color #9BD760: hue angle of 90.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BD760 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 96 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.16 |
| HSL | 90.25º | 0.6% | 0.61% | - |
| HSV(B) | 90.25º | 0.55% | 0.84% | - |
| XYZ | 39.93 | 56.41 | 19.85 | - |
| YUV | 183.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 96 | 0.28 | 0 | 0.55 | 0.16 | 90.25 | 0.6 | 0.61 |
| Hex | 9B | D7 | 60 | 1C | 0 | 37 | 10 | 5A | 3C | 3D |
| Octal | 233 | 327 | 140 | 34 | 0 | 67 | 20 | 132 | 74 | 75 |
| Binary | 10011011 | 11010111 | 1100000 | 11100 | 0 | 110111 | 10000 | 1011010 | 111100 | 111101 |
Color Harmonies of #9BD760
Complementary color
Monochromatic Colors of #9BD760
Black with #9BD760
Text Example
Text Example
White with #9BD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD760; }
p { color: rgb(155,215,96); }
H1.HeaderClassName
{
color: #9BD760;
}
.AnyTagClassName
{
color: #9BD760;
}
</style>
background-color css
<style>
a { background-color: #9BD760; }
a { background-color: rgb(155,215,96); }
div.DivClassName
{
background-color: #9BD760;
}
.BgClassName
{
background-color: #9BD760;
}
</style>
border-color css
<style>
span { border-color: #9BD760; }
span { border-color: rgb(155,215,96); }
td.TdClassName
{
border-color: #9BD760;
}
.TagClassName
{
border-color: #9BD760;
}
</style>