Shades of Conifer #9BE960
Tints of Conifer #9BE960
RGB
CMYK
RGB Variations
Color information
#9BE960 (or 0x9BE960) is known color: Conifer. HEX triplet: 9B, E9 and 60. RGB value is (155,233,96). Sum of RGB (Red+Green+Blue) = 155+233+96=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE960 is #64169F. Grayscale: #C2C2C2. Windows color (decimal): -6559392 or 6351259. OLE color: 6351259.
HSL color Cylindrical-coordinate representation of color #9BE960: hue angle of 94.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BE960 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 96 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.09 |
| HSL | 94.16º | 0.76% | 0.65% | - |
| HSV(B) | 94.16º | 0.59% | 0.91% | - |
| XYZ | 44.77 | 66.09 | 21.46 | - |
| YUV | 194.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 96 | 0.33 | 0 | 0.59 | 0.09 | 94.16 | 0.76 | 0.65 |
| Hex | 9B | E9 | 60 | 21 | 0 | 3B | 9 | 5E | 4C | 41 |
| Octal | 233 | 351 | 140 | 41 | 0 | 73 | 11 | 136 | 114 | 101 |
| Binary | 10011011 | 11101001 | 1100000 | 100001 | 0 | 111011 | 1001 | 1011110 | 1001100 | 1000001 |
Color Harmonies of #9BE960
Complementary color
Monochromatic Colors of #9BE960
Black with #9BE960
Text Example
Text Example
White with #9BE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE960; }
p { color: rgb(155,233,96); }
H1.HeaderClassName
{
color: #9BE960;
}
.AnyTagClassName
{
color: #9BE960;
}
</style>
background-color css
<style>
a { background-color: #9BE960; }
a { background-color: rgb(155,233,96); }
div.DivClassName
{
background-color: #9BE960;
}
.BgClassName
{
background-color: #9BE960;
}
</style>
border-color css
<style>
span { border-color: #9BE960; }
span { border-color: rgb(155,233,96); }
td.TdClassName
{
border-color: #9BE960;
}
.TagClassName
{
border-color: #9BE960;
}
</style>