Shades of Conifer #9BE060
Tints of Conifer #9BE060
RGB
CMYK
RGB Variations
Color information
#9BE060 (or 0x9BE060) is known color: Conifer. HEX triplet: 9B, E0 and 60. RGB value is (155,224,96). Sum of RGB (Red+Green+Blue) = 155+224+96=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE060 is #641F9F. Grayscale: #BDBDBD. Windows color (decimal): -6561696 or 6348955. OLE color: 6348955.
HSL color Cylindrical-coordinate representation of color #9BE060: hue angle of 92.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BE060 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 96 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.12 |
| HSL | 92.34º | 0.67% | 0.63% | - |
| HSV(B) | 92.34º | 0.57% | 0.88% | - |
| XYZ | 42.28 | 61.12 | 20.64 | - |
| YUV | 188.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 96 | 0.31 | 0 | 0.57 | 0.12 | 92.34 | 0.67 | 0.63 |
| Hex | 9B | E0 | 60 | 1F | 0 | 39 | C | 5C | 43 | 3F |
| Octal | 233 | 340 | 140 | 37 | 0 | 71 | 14 | 134 | 103 | 77 |
| Binary | 10011011 | 11100000 | 1100000 | 11111 | 0 | 111001 | 1100 | 1011100 | 1000011 | 111111 |
Color Harmonies of #9BE060
Complementary color
Monochromatic Colors of #9BE060
Black with #9BE060
Text Example
Text Example
White with #9BE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE060; }
p { color: rgb(155,224,96); }
H1.HeaderClassName
{
color: #9BE060;
}
.AnyTagClassName
{
color: #9BE060;
}
</style>
background-color css
<style>
a { background-color: #9BE060; }
a { background-color: rgb(155,224,96); }
div.DivClassName
{
background-color: #9BE060;
}
.BgClassName
{
background-color: #9BE060;
}
</style>
border-color css
<style>
span { border-color: #9BE060; }
span { border-color: rgb(155,224,96); }
td.TdClassName
{
border-color: #9BE060;
}
.TagClassName
{
border-color: #9BE060;
}
</style>