Html Css Color HEX #0BE49D Medium Spring Green
📋 copy color: '#0BE49D'red 11 ◦ green 228 ◦ blue 157
Shades of Medium Spring Green #0BE49D
Tints of Medium Spring Green #0BE49D
RGB
CMYK
RGB Variations
Color information
#0BE49D (or 0x0BE49D) is known color: Medium Spring Green. HEX triplet: 0B, E4 and 9D. RGB value is (11,228,157). Sum of RGB (Red+Green+Blue) = 11+228+157=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE49D is #F41B62. Grayscale: #9B9B9B. Windows color (decimal): -15997795 or 10347531. OLE color: 10347531.
HSL color Cylindrical-coordinate representation of color #0BE49D: hue angle of 160.37º 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 #0BE49D is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 157 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.11 |
| HSL | 160.37º | 0.91% | 0.47% | - |
| HSV(B) | 160.37º | 0.95% | 0.89% | - |
| XYZ | 33.97 | 57.99 | 41.3 | - |
| YUV | 155.02 | 129.11 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 157 | 0.95 | 0 | 0.31 | 0.11 | 160.37 | 0.91 | 0.47 |
| Hex | B | E4 | 9D | 5F | 0 | 1F | B | A0 | 5B | 2F |
| Octal | 13 | 344 | 235 | 137 | 0 | 37 | 13 | 240 | 133 | 57 |
| Binary | 1011 | 11100100 | 10011101 | 1011111 | 0 | 11111 | 1011 | 10100000 | 1011011 | 101111 |
Color Harmonies of #0BE49D
Complementary color
Monochromatic Colors of #0BE49D
Black with #0BE49D
Text Example
Text Example
White with #0BE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE49D; }
p { color: rgb(11,228,157); }
H1.HeaderClassName
{
color: #0BE49D;
}
.AnyTagClassName
{
color: #0BE49D;
}
</style>
background-color css
<style>
a { background-color: #0BE49D; }
a { background-color: rgb(11,228,157); }
div.DivClassName
{
background-color: #0BE49D;
}
.BgClassName
{
background-color: #0BE49D;
}
</style>
border-color css
<style>
span { border-color: #0BE49D; }
span { border-color: rgb(11,228,157); }
td.TdClassName
{
border-color: #0BE49D;
}
.TagClassName
{
border-color: #0BE49D;
}
</style>