Html Css Color HEX #0BFC95 Medium Spring Green
📋 copy color: '#0BFC95'red 11 ◦ green 252 ◦ blue 149
Shades of Medium Spring Green #0BFC95
Tints of Medium Spring Green #0BFC95
RGB
CMYK
RGB Variations
Color information
#0BFC95 (or 0x0BFC95) is known color: Medium Spring Green. HEX triplet: 0B, FC and 95. RGB value is (11,252,149). Sum of RGB (Red+Green+Blue) = 11+252+149=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFC95 is #F4036A. Grayscale: #A8A8A8. Windows color (decimal): -15991659 or 9829387. OLE color: 9829387.
HSL color Cylindrical-coordinate representation of color #0BFC95: hue angle of 154.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFC95 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 149 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.01 |
| HSL | 154.36º | 0.98% | 0.52% | - |
| HSV(B) | 154.36º | 0.96% | 0.99% | - |
| XYZ | 40.37 | 71.86 | 40.18 | - |
| YUV | 168.2 | 117.16 | 15.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 149 | 0.96 | 0 | 0.41 | 0.01 | 154.36 | 0.98 | 0.52 |
| Hex | B | FC | 95 | 60 | 0 | 29 | 1 | 9A | 62 | 34 |
| Octal | 13 | 374 | 225 | 140 | 0 | 51 | 1 | 232 | 142 | 64 |
| Binary | 1011 | 11111100 | 10010101 | 1100000 | 0 | 101001 | 1 | 10011010 | 1100010 | 110100 |
Color Harmonies of #0BFC95
Complementary color
Monochromatic Colors of #0BFC95
Black with #0BFC95
Text Example
Text Example
White with #0BFC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC95; }
p { color: rgb(11,252,149); }
H1.HeaderClassName
{
color: #0BFC95;
}
.AnyTagClassName
{
color: #0BFC95;
}
</style>
background-color css
<style>
a { background-color: #0BFC95; }
a { background-color: rgb(11,252,149); }
div.DivClassName
{
background-color: #0BFC95;
}
.BgClassName
{
background-color: #0BFC95;
}
</style>
border-color css
<style>
span { border-color: #0BFC95; }
span { border-color: rgb(11,252,149); }
td.TdClassName
{
border-color: #0BFC95;
}
.TagClassName
{
border-color: #0BFC95;
}
</style>