Html Css Color HEX #0BFC96 Medium Spring Green
📋 copy color: '#0BFC96'red 11 ◦ green 252 ◦ blue 150
Shades of Medium Spring Green #0BFC96
Tints of Medium Spring Green #0BFC96
RGB
CMYK
RGB Variations
Color information
#0BFC96 (or 0x0BFC96) is known color: Medium Spring Green. HEX triplet: 0B, FC and 96. RGB value is (11,252,150). Sum of RGB (Red+Green+Blue) = 11+252+150=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFC96 is #F40369. Grayscale: #A8A8A8. Windows color (decimal): -15991658 or 9894923. OLE color: 9894923.
HSL color Cylindrical-coordinate representation of color #0BFC96: hue angle of 154.61º 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 #0BFC96 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 150 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.01 |
| HSL | 154.61º | 0.98% | 0.52% | - |
| HSV(B) | 154.61º | 0.96% | 0.99% | - |
| XYZ | 40.45 | 71.89 | 40.6 | - |
| YUV | 168.31 | 117.66 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 150 | 0.96 | 0 | 0.40 | 0.01 | 154.61 | 0.98 | 0.52 |
| Hex | B | FC | 96 | 60 | 0 | 28 | 1 | 9B | 62 | 34 |
| Octal | 13 | 374 | 226 | 140 | 0 | 50 | 1 | 233 | 142 | 64 |
| Binary | 1011 | 11111100 | 10010110 | 1100000 | 0 | 101000 | 1 | 10011011 | 1100010 | 110100 |
Color Harmonies of #0BFC96
Complementary color
Monochromatic Colors of #0BFC96
Black with #0BFC96
Text Example
Text Example
White with #0BFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC96; }
p { color: rgb(11,252,150); }
H1.HeaderClassName
{
color: #0BFC96;
}
.AnyTagClassName
{
color: #0BFC96;
}
</style>
background-color css
<style>
a { background-color: #0BFC96; }
a { background-color: rgb(11,252,150); }
div.DivClassName
{
background-color: #0BFC96;
}
.BgClassName
{
background-color: #0BFC96;
}
</style>
border-color css
<style>
span { border-color: #0BFC96; }
span { border-color: rgb(11,252,150); }
td.TdClassName
{
border-color: #0BFC96;
}
.TagClassName
{
border-color: #0BFC96;
}
</style>