Html Css Color HEX #0BE39B Medium Spring Green
📋 copy color: '#0BE39B'red 11 ◦ green 227 ◦ blue 155
Shades of Medium Spring Green #0BE39B
Tints of Medium Spring Green #0BE39B
RGB
CMYK
RGB Variations
Color information
#0BE39B (or 0x0BE39B) is known color: Medium Spring Green. HEX triplet: 0B, E3 and 9B. RGB value is (11,227,155). Sum of RGB (Red+Green+Blue) = 11+227+155=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 227 (89.06% from 255 or 57.76% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE39B is #F41C64. Grayscale: #9A9A9A. Windows color (decimal): -15998053 or 10216203. OLE color: 10216203.
HSL color Cylindrical-coordinate representation of color #0BE39B: hue angle of 160º 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 #0BE39B is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 155 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.11 |
| HSL | 160º | 0.91% | 0.47% | - |
| HSV(B) | 160º | 0.95% | 0.89% | - |
| XYZ | 33.52 | 57.38 | 40.32 | - |
| YUV | 154.21 | 128.44 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 155 | 0.95 | 0 | 0.32 | 0.11 | 160 | 0.91 | 0.47 |
| Hex | B | E3 | 9B | 5F | 0 | 20 | B | A0 | 5B | 2F |
| Octal | 13 | 343 | 233 | 137 | 0 | 40 | 13 | 240 | 133 | 57 |
| Binary | 1011 | 11100011 | 10011011 | 1011111 | 0 | 100000 | 1011 | 10100000 | 1011011 | 101111 |
Color Harmonies of #0BE39B
Complementary color
Monochromatic Colors of #0BE39B
Black with #0BE39B
Text Example
Text Example
White with #0BE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE39B; }
p { color: rgb(11,227,155); }
H1.HeaderClassName
{
color: #0BE39B;
}
.AnyTagClassName
{
color: #0BE39B;
}
</style>
background-color css
<style>
a { background-color: #0BE39B; }
a { background-color: rgb(11,227,155); }
div.DivClassName
{
background-color: #0BE39B;
}
.BgClassName
{
background-color: #0BE39B;
}
</style>
border-color css
<style>
span { border-color: #0BE39B; }
span { border-color: rgb(11,227,155); }
td.TdClassName
{
border-color: #0BE39B;
}
.TagClassName
{
border-color: #0BE39B;
}
</style>