Html Css Color HEX #0BEFA0 Medium Spring Green
📋 copy color: '#0BEFA0'red 11 ◦ green 239 ◦ blue 160
Shades of Medium Spring Green #0BEFA0
Tints of Medium Spring Green #0BEFA0
RGB
CMYK
RGB Variations
Color information
#0BEFA0 (or 0x0BEFA0) is known color: Medium Spring Green. HEX triplet: 0B, EF and A0. RGB value is (11,239,160). Sum of RGB (Red+Green+Blue) = 11+239+160=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEFA0 is #F4105F. Grayscale: #A1A1A1. Windows color (decimal): -15994976 or 10546955. OLE color: 10546955.
HSL color Cylindrical-coordinate representation of color #0BEFA0: hue angle of 159.21º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFA0 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 160 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.06 |
| HSL | 159.21º | 0.91% | 0.49% | - |
| HSV(B) | 159.21º | 0.95% | 0.94% | - |
| XYZ | 37.35 | 64.34 | 43.71 | - |
| YUV | 161.82 | 126.96 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 160 | 0.95 | 0 | 0.33 | 0.06 | 159.21 | 0.91 | 0.49 |
| Hex | B | EF | A0 | 5F | 0 | 21 | 6 | 9F | 5B | 31 |
| Octal | 13 | 357 | 240 | 137 | 0 | 41 | 6 | 237 | 133 | 61 |
| Binary | 1011 | 11101111 | 10100000 | 1011111 | 0 | 100001 | 110 | 10011111 | 1011011 | 110001 |
Color Harmonies of #0BEFA0
Complementary color
Monochromatic Colors of #0BEFA0
Black with #0BEFA0
Text Example
Text Example
White with #0BEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFA0; }
p { color: rgb(11,239,160); }
H1.HeaderClassName
{
color: #0BEFA0;
}
.AnyTagClassName
{
color: #0BEFA0;
}
</style>
background-color css
<style>
a { background-color: #0BEFA0; }
a { background-color: rgb(11,239,160); }
div.DivClassName
{
background-color: #0BEFA0;
}
.BgClassName
{
background-color: #0BEFA0;
}
</style>
border-color css
<style>
span { border-color: #0BEFA0; }
span { border-color: rgb(11,239,160); }
td.TdClassName
{
border-color: #0BEFA0;
}
.TagClassName
{
border-color: #0BEFA0;
}
</style>