Shades of Spring Green #0BE486
Tints of Spring Green #0BE486
RGB
CMYK
RGB Variations
Color information
#0BE486 (or 0x0BE486) is known color: Spring Green. HEX triplet: 0B, E4 and 86. RGB value is (11,228,134). Sum of RGB (Red+Green+Blue) = 11+228+134=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE486 is #F41B79. Grayscale: #989898. Windows color (decimal): -15997818 or 8840203. OLE color: 8840203.
HSL color Cylindrical-coordinate representation of color #0BE486: hue angle of 154.01º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE486 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 134 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.11 |
| HSL | 154.01º | 0.91% | 0.47% | - |
| HSV(B) | 154.01º | 0.95% | 0.89% | - |
| XYZ | 32.18 | 57.28 | 31.91 | - |
| YUV | 152.4 | 117.61 | 27.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 134 | 0.95 | 0 | 0.41 | 0.11 | 154.01 | 0.91 | 0.47 |
| Hex | B | E4 | 86 | 5F | 0 | 29 | B | 9A | 5B | 2F |
| Octal | 13 | 344 | 206 | 137 | 0 | 51 | 13 | 232 | 133 | 57 |
| Binary | 1011 | 11100100 | 10000110 | 1011111 | 0 | 101001 | 1011 | 10011010 | 1011011 | 101111 |
Color Harmonies of #0BE486
Complementary color
Monochromatic Colors of #0BE486
Black with #0BE486
Text Example
Text Example
White with #0BE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE486; }
p { color: rgb(11,228,134); }
H1.HeaderClassName
{
color: #0BE486;
}
.AnyTagClassName
{
color: #0BE486;
}
</style>
background-color css
<style>
a { background-color: #0BE486; }
a { background-color: rgb(11,228,134); }
div.DivClassName
{
background-color: #0BE486;
}
.BgClassName
{
background-color: #0BE486;
}
</style>
border-color css
<style>
span { border-color: #0BE486; }
span { border-color: rgb(11,228,134); }
td.TdClassName
{
border-color: #0BE486;
}
.TagClassName
{
border-color: #0BE486;
}
</style>