Html Css Color HEX #0BFBA1 Medium Spring Green
📋 copy color: '#0BFBA1'red 11 ◦ green 251 ◦ blue 161
Shades of Medium Spring Green #0BFBA1
Tints of Medium Spring Green #0BFBA1
RGB
CMYK
RGB Variations
Color information
#0BFBA1 (or 0x0BFBA1) is known color: Medium Spring Green. HEX triplet: 0B, FB and A1. RGB value is (11,251,161). Sum of RGB (Red+Green+Blue) = 11+251+161=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFBA1 is #F4045E. Grayscale: #A9A9A9. Windows color (decimal): -15991903 or 10615563. OLE color: 10615563.
HSL color Cylindrical-coordinate representation of color #0BFBA1: hue angle of 157.5º degrees, saturation: 0.97, 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 #0BFBA1 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 161 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.02 |
| HSL | 157.5º | 0.97% | 0.51% | - |
| HSV(B) | 157.5º | 0.96% | 0.98% | - |
| XYZ | 41.07 | 71.64 | 45.38 | - |
| YUV | 168.98 | 123.49 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 161 | 0.96 | 0 | 0.36 | 0.02 | 157.5 | 0.97 | 0.51 |
| Hex | B | FB | A1 | 60 | 0 | 24 | 2 | 9E | 61 | 33 |
| Octal | 13 | 373 | 241 | 140 | 0 | 44 | 2 | 236 | 141 | 63 |
| Binary | 1011 | 11111011 | 10100001 | 1100000 | 0 | 100100 | 10 | 10011110 | 1100001 | 110011 |
Color Harmonies of #0BFBA1
Complementary color
Monochromatic Colors of #0BFBA1
Black with #0BFBA1
Text Example
Text Example
White with #0BFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBA1; }
p { color: rgb(11,251,161); }
H1.HeaderClassName
{
color: #0BFBA1;
}
.AnyTagClassName
{
color: #0BFBA1;
}
</style>
background-color css
<style>
a { background-color: #0BFBA1; }
a { background-color: rgb(11,251,161); }
div.DivClassName
{
background-color: #0BFBA1;
}
.BgClassName
{
background-color: #0BFBA1;
}
</style>
border-color css
<style>
span { border-color: #0BFBA1; }
span { border-color: rgb(11,251,161); }
td.TdClassName
{
border-color: #0BFBA1;
}
.TagClassName
{
border-color: #0BFBA1;
}
</style>