Html Css Color HEX #0BE39C Medium Spring Green
📋 copy color: '#0BE39C'red 11 ◦ green 227 ◦ blue 156
Shades of Medium Spring Green #0BE39C
Tints of Medium Spring Green #0BE39C
RGB
CMYK
RGB Variations
Color information
#0BE39C (or 0x0BE39C) is known color: Medium Spring Green. HEX triplet: 0B, E3 and 9C. RGB value is (11,227,156). Sum of RGB (Red+Green+Blue) = 11+227+156=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE39C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE39C is #F41C63. Grayscale: #9A9A9A. Windows color (decimal): -15998052 or 10281739. OLE color: 10281739.
HSL color Cylindrical-coordinate representation of color #0BE39C: hue angle of 160.28º 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 #0BE39C is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 156 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.11 |
| HSL | 160.28º | 0.91% | 0.47% | - |
| HSV(B) | 160.28º | 0.95% | 0.89% | - |
| XYZ | 33.61 | 57.41 | 40.76 | - |
| YUV | 154.32 | 128.94 | 25.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 156 | 0.95 | 0 | 0.31 | 0.11 | 160.28 | 0.91 | 0.47 |
| Hex | B | E3 | 9C | 5F | 0 | 1F | B | A0 | 5B | 2F |
| Octal | 13 | 343 | 234 | 137 | 0 | 37 | 13 | 240 | 133 | 57 |
| Binary | 1011 | 11100011 | 10011100 | 1011111 | 0 | 11111 | 1011 | 10100000 | 1011011 | 101111 |
Color Harmonies of #0BE39C
Complementary color
Monochromatic Colors of #0BE39C
Black with #0BE39C
Text Example
Text Example
White with #0BE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE39C; }
p { color: rgb(11,227,156); }
H1.HeaderClassName
{
color: #0BE39C;
}
.AnyTagClassName
{
color: #0BE39C;
}
</style>
background-color css
<style>
a { background-color: #0BE39C; }
a { background-color: rgb(11,227,156); }
div.DivClassName
{
background-color: #0BE39C;
}
.BgClassName
{
background-color: #0BE39C;
}
</style>
border-color css
<style>
span { border-color: #0BE39C; }
span { border-color: rgb(11,227,156); }
td.TdClassName
{
border-color: #0BE39C;
}
.TagClassName
{
border-color: #0BE39C;
}
</style>