Html Css Color HEX #0BFA95 Medium Spring Green
📋 copy color: '#0BFA95'red 11 ◦ green 250 ◦ blue 149
Shades of Medium Spring Green #0BFA95
Tints of Medium Spring Green #0BFA95
RGB
CMYK
RGB Variations
Color information
#0BFA95 (or 0x0BFA95) is known color: Medium Spring Green. HEX triplet: 0B, FA and 95. RGB value is (11,250,149). Sum of RGB (Red+Green+Blue) = 11+250+149=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFA95 is #F4056A. Grayscale: #A7A7A7. Windows color (decimal): -15992171 or 9828875. OLE color: 9828875.
HSL color Cylindrical-coordinate representation of color #0BFA95: hue angle of 154.64º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA95 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 149 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.02 |
| HSL | 154.64º | 0.96% | 0.51% | - |
| HSV(B) | 154.64º | 0.96% | 0.98% | - |
| XYZ | 39.75 | 70.61 | 39.97 | - |
| YUV | 167.03 | 117.82 | 16.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 149 | 0.96 | 0 | 0.40 | 0.02 | 154.64 | 0.96 | 0.51 |
| Hex | B | FA | 95 | 60 | 0 | 28 | 2 | 9B | 60 | 33 |
| Octal | 13 | 372 | 225 | 140 | 0 | 50 | 2 | 233 | 140 | 63 |
| Binary | 1011 | 11111010 | 10010101 | 1100000 | 0 | 101000 | 10 | 10011011 | 1100000 | 110011 |
Color Harmonies of #0BFA95
Complementary color
Monochromatic Colors of #0BFA95
Black with #0BFA95
Text Example
Text Example
White with #0BFA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA95; }
p { color: rgb(11,250,149); }
H1.HeaderClassName
{
color: #0BFA95;
}
.AnyTagClassName
{
color: #0BFA95;
}
</style>
background-color css
<style>
a { background-color: #0BFA95; }
a { background-color: rgb(11,250,149); }
div.DivClassName
{
background-color: #0BFA95;
}
.BgClassName
{
background-color: #0BFA95;
}
</style>
border-color css
<style>
span { border-color: #0BFA95; }
span { border-color: rgb(11,250,149); }
td.TdClassName
{
border-color: #0BFA95;
}
.TagClassName
{
border-color: #0BFA95;
}
</style>