Shades of Spring Green #0BE96D
Tints of Spring Green #0BE96D
RGB
CMYK
RGB Variations
Color information
#0BE96D (or 0x0BE96D) is known color: Spring Green. HEX triplet: 0B, E9 and 6D. RGB value is (11,233,109). Sum of RGB (Red+Green+Blue) = 11+233+109=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE96D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE96D is #F41692. Grayscale: #989898. Windows color (decimal): -15996563 or 7203083. OLE color: 7203083.
HSL color Cylindrical-coordinate representation of color #0BE96D: hue angle of 146.49º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE96D is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 109 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.09 |
| HSL | 146.49º | 0.91% | 0.48% | - |
| HSV(B) | 146.49º | 0.95% | 0.91% | - |
| XYZ | 32.04 | 59.45 | 24.26 | - |
| YUV | 152.49 | 103.45 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 109 | 0.95 | 0 | 0.53 | 0.09 | 146.49 | 0.91 | 0.48 |
| Hex | B | E9 | 6D | 5F | 0 | 35 | 9 | 92 | 5B | 30 |
| Octal | 13 | 351 | 155 | 137 | 0 | 65 | 11 | 222 | 133 | 60 |
| Binary | 1011 | 11101001 | 1101101 | 1011111 | 0 | 110101 | 1001 | 10010010 | 1011011 | 110000 |
Color Harmonies of #0BE96D
Complementary color
Monochromatic Colors of #0BE96D
Black with #0BE96D
Text Example
Text Example
White with #0BE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE96D; }
p { color: rgb(11,233,109); }
H1.HeaderClassName
{
color: #0BE96D;
}
.AnyTagClassName
{
color: #0BE96D;
}
</style>
background-color css
<style>
a { background-color: #0BE96D; }
a { background-color: rgb(11,233,109); }
div.DivClassName
{
background-color: #0BE96D;
}
.BgClassName
{
background-color: #0BE96D;
}
</style>
border-color css
<style>
span { border-color: #0BE96D; }
span { border-color: rgb(11,233,109); }
td.TdClassName
{
border-color: #0BE96D;
}
.TagClassName
{
border-color: #0BE96D;
}
</style>