Html Css Color HEX #0BFEAC Medium Spring Green
📋 copy color: '#0BFEAC'red 11 ◦ green 254 ◦ blue 172
Shades of Medium Spring Green #0BFEAC
Tints of Medium Spring Green #0BFEAC
RGB
CMYK
RGB Variations
Color information
#0BFEAC (or 0x0BFEAC) is known color: Medium Spring Green. HEX triplet: 0B, FE and AC. RGB value is (11,254,172). Sum of RGB (Red+Green+Blue) = 11+254+172=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFEAC is #F40153. Grayscale: #ACACAC. Windows color (decimal): -15991124 or 11337227. OLE color: 11337227.
HSL color Cylindrical-coordinate representation of color #0BFEAC: hue angle of 159.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEAC is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 172 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.00 |
| HSL | 159.75º | 0.99% | 0.52% | - |
| HSV(B) | 159.75º | 0.96% | 1% | - |
| XYZ | 43.03 | 73.93 | 51.03 | - |
| YUV | 172 | 127.99 | 13.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 172 | 0.96 | 0 | 0.32 | 0.00 | 159.75 | 0.99 | 0.52 |
| Hex | B | FE | AC | 60 | 0 | 20 | 0 | A0 | 63 | 34 |
| Octal | 13 | 376 | 254 | 140 | 0 | 40 | 0 | 240 | 143 | 64 |
| Binary | 1011 | 11111110 | 10101100 | 1100000 | 0 | 100000 | 0 | 10100000 | 1100011 | 110100 |
Color Harmonies of #0BFEAC
Complementary color
Monochromatic Colors of #0BFEAC
Black with #0BFEAC
Text Example
Text Example
White with #0BFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFEAC; }
p { color: rgb(11,254,172); }
H1.HeaderClassName
{
color: #0BFEAC;
}
.AnyTagClassName
{
color: #0BFEAC;
}
</style>
background-color css
<style>
a { background-color: #0BFEAC; }
a { background-color: rgb(11,254,172); }
div.DivClassName
{
background-color: #0BFEAC;
}
.BgClassName
{
background-color: #0BFEAC;
}
</style>
border-color css
<style>
span { border-color: #0BFEAC; }
span { border-color: rgb(11,254,172); }
td.TdClassName
{
border-color: #0BFEAC;
}
.TagClassName
{
border-color: #0BFEAC;
}
</style>