Shades of Spring Green #0BE084
Tints of Spring Green #0BE084
RGB
CMYK
RGB Variations
Color information
#0BE084 (or 0x0BE084) is known color: Spring Green. HEX triplet: 0B, E0 and 84. RGB value is (11,224,132). Sum of RGB (Red+Green+Blue) = 11+224+132=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE084 is #F41F7B. Grayscale: #959595. Windows color (decimal): -15998844 or 8708107. OLE color: 8708107.
HSL color Cylindrical-coordinate representation of color #0BE084: hue angle of 154.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE084 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 132 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.12 |
| HSL | 154.08º | 0.91% | 0.46% | - |
| HSV(B) | 154.08º | 0.95% | 0.88% | - |
| XYZ | 30.96 | 55.05 | 30.82 | - |
| YUV | 149.83 | 117.93 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 132 | 0.95 | 0 | 0.41 | 0.12 | 154.08 | 0.91 | 0.46 |
| Hex | B | E0 | 84 | 5F | 0 | 29 | C | 9A | 5B | 2E |
| Octal | 13 | 340 | 204 | 137 | 0 | 51 | 14 | 232 | 133 | 56 |
| Binary | 1011 | 11100000 | 10000100 | 1011111 | 0 | 101001 | 1100 | 10011010 | 1011011 | 101110 |
Color Harmonies of #0BE084
Complementary color
Monochromatic Colors of #0BE084
Black with #0BE084
Text Example
Text Example
White with #0BE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE084; }
p { color: rgb(11,224,132); }
H1.HeaderClassName
{
color: #0BE084;
}
.AnyTagClassName
{
color: #0BE084;
}
</style>
background-color css
<style>
a { background-color: #0BE084; }
a { background-color: rgb(11,224,132); }
div.DivClassName
{
background-color: #0BE084;
}
.BgClassName
{
background-color: #0BE084;
}
</style>
border-color css
<style>
span { border-color: #0BE084; }
span { border-color: rgb(11,224,132); }
td.TdClassName
{
border-color: #0BE084;
}
.TagClassName
{
border-color: #0BE084;
}
</style>