Html Css Color HEX #0BE7A1 Medium Spring Green
📋 copy color: '#0BE7A1'red 11 ◦ green 231 ◦ blue 161
Shades of Medium Spring Green #0BE7A1
Tints of Medium Spring Green #0BE7A1
RGB
CMYK
RGB Variations
Color information
#0BE7A1 (or 0x0BE7A1) is known color: Medium Spring Green. HEX triplet: 0B, E7 and A1. RGB value is (11,231,161). Sum of RGB (Red+Green+Blue) = 11+231+161=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7A1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BE7A1 is #F4185E. Grayscale: #9D9D9D. Windows color (decimal): -15997023 or 10610443. OLE color: 10610443.
HSL color Cylindrical-coordinate representation of color #0BE7A1: hue angle of 160.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7A1 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 161 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.09 |
| HSL | 160.91º | 0.91% | 0.47% | - |
| HSV(B) | 160.91º | 0.95% | 0.91% | - |
| XYZ | 35.15 | 59.8 | 43.41 | - |
| YUV | 157.24 | 130.11 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 161 | 0.95 | 0 | 0.30 | 0.09 | 160.91 | 0.91 | 0.47 |
| Hex | B | E7 | A1 | 5F | 0 | 1E | 9 | A1 | 5B | 2F |
| Octal | 13 | 347 | 241 | 137 | 0 | 36 | 11 | 241 | 133 | 57 |
| Binary | 1011 | 11100111 | 10100001 | 1011111 | 0 | 11110 | 1001 | 10100001 | 1011011 | 101111 |
Color Harmonies of #0BE7A1
Complementary color
Monochromatic Colors of #0BE7A1
Black with #0BE7A1
Text Example
Text Example
White with #0BE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7A1; }
p { color: rgb(11,231,161); }
H1.HeaderClassName
{
color: #0BE7A1;
}
.AnyTagClassName
{
color: #0BE7A1;
}
</style>
background-color css
<style>
a { background-color: #0BE7A1; }
a { background-color: rgb(11,231,161); }
div.DivClassName
{
background-color: #0BE7A1;
}
.BgClassName
{
background-color: #0BE7A1;
}
</style>
border-color css
<style>
span { border-color: #0BE7A1; }
span { border-color: rgb(11,231,161); }
td.TdClassName
{
border-color: #0BE7A1;
}
.TagClassName
{
border-color: #0BE7A1;
}
</style>