Shades of Conifer #9BE360
Tints of Conifer #9BE360
RGB
CMYK
RGB Variations
Color information
#9BE360 (or 0x9BE360) is known color: Conifer. HEX triplet: 9B, E3 and 60. RGB value is (155,227,96). Sum of RGB (Red+Green+Blue) = 155+227+96=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE360 is #641C9F. Grayscale: #BEBEBE. Windows color (decimal): -6560928 or 6349723. OLE color: 6349723.
HSL color Cylindrical-coordinate representation of color #9BE360: hue angle of 92.98º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BE360 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 96 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.11 |
| HSL | 92.98º | 0.7% | 0.63% | - |
| HSV(B) | 92.98º | 0.58% | 0.89% | - |
| XYZ | 43.1 | 62.75 | 20.91 | - |
| YUV | 190.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 96 | 0.32 | 0 | 0.58 | 0.11 | 92.98 | 0.7 | 0.63 |
| Hex | 9B | E3 | 60 | 20 | 0 | 3A | B | 5D | 46 | 3F |
| Octal | 233 | 343 | 140 | 40 | 0 | 72 | 13 | 135 | 106 | 77 |
| Binary | 10011011 | 11100011 | 1100000 | 100000 | 0 | 111010 | 1011 | 1011101 | 1000110 | 111111 |
Color Harmonies of #9BE360
Complementary color
Monochromatic Colors of #9BE360
Black with #9BE360
Text Example
Text Example
White with #9BE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE360; }
p { color: rgb(155,227,96); }
H1.HeaderClassName
{
color: #9BE360;
}
.AnyTagClassName
{
color: #9BE360;
}
</style>
background-color css
<style>
a { background-color: #9BE360; }
a { background-color: rgb(155,227,96); }
div.DivClassName
{
background-color: #9BE360;
}
.BgClassName
{
background-color: #9BE360;
}
</style>
border-color css
<style>
span { border-color: #9BE360; }
span { border-color: rgb(155,227,96); }
td.TdClassName
{
border-color: #9BE360;
}
.TagClassName
{
border-color: #9BE360;
}
</style>