Shades of Conifer #9BD660
Tints of Conifer #9BD660
RGB
CMYK
RGB Variations
Color information
#9BD660 (or 0x9BD660) is known color: Conifer. HEX triplet: 9B, D6 and 60. RGB value is (155,214,96). Sum of RGB (Red+Green+Blue) = 155+214+96=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD660 is #64299F. Grayscale: #B7B7B7. Windows color (decimal): -6564256 or 6346395. OLE color: 6346395.
HSL color Cylindrical-coordinate representation of color #9BD660: hue angle of 90º degrees, saturation: 0.59, 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 #9BD660 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 96 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.16 |
| HSL | 90º | 0.59% | 0.61% | - |
| HSV(B) | 90º | 0.55% | 0.84% | - |
| XYZ | 39.68 | 55.91 | 19.77 | - |
| YUV | 182.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 96 | 0.28 | 0 | 0.55 | 0.16 | 90 | 0.59 | 0.61 |
| Hex | 9B | D6 | 60 | 1C | 0 | 37 | 10 | 5A | 3B | 3D |
| Octal | 233 | 326 | 140 | 34 | 0 | 67 | 20 | 132 | 73 | 75 |
| Binary | 10011011 | 11010110 | 1100000 | 11100 | 0 | 110111 | 10000 | 1011010 | 111011 | 111101 |
Color Harmonies of #9BD660
Complementary color
Monochromatic Colors of #9BD660
Black with #9BD660
Text Example
Text Example
White with #9BD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD660; }
p { color: rgb(155,214,96); }
H1.HeaderClassName
{
color: #9BD660;
}
.AnyTagClassName
{
color: #9BD660;
}
</style>
background-color css
<style>
a { background-color: #9BD660; }
a { background-color: rgb(155,214,96); }
div.DivClassName
{
background-color: #9BD660;
}
.BgClassName
{
background-color: #9BD660;
}
</style>
border-color css
<style>
span { border-color: #9BD660; }
span { border-color: rgb(155,214,96); }
td.TdClassName
{
border-color: #9BD660;
}
.TagClassName
{
border-color: #9BD660;
}
</style>