Html Css Color HEX #0BFE9E Medium Spring Green
📋 copy color: '#0BFE9E'red 11 ◦ green 254 ◦ blue 158
Shades of Medium Spring Green #0BFE9E
Tints of Medium Spring Green #0BFE9E
RGB
CMYK
RGB Variations
Color information
#0BFE9E (or 0x0BFE9E) is known color: Medium Spring Green. HEX triplet: 0B, FE and 9E. RGB value is (11,254,158). Sum of RGB (Red+Green+Blue) = 11+254+158=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE9E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFE9E is #F40161. Grayscale: #AAAAAA. Windows color (decimal): -15991138 or 10419723. OLE color: 10419723.
HSL color Cylindrical-coordinate representation of color #0BFE9E: hue angle of 156.3º 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 #0BFE9E is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 158 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.00 |
| HSL | 156.3º | 0.99% | 0.52% | - |
| HSV(B) | 156.3º | 0.96% | 1% | - |
| XYZ | 41.75 | 73.42 | 44.32 | - |
| YUV | 170.4 | 120.99 | 14.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 158 | 0.96 | 0 | 0.38 | 0.00 | 156.3 | 0.99 | 0.52 |
| Hex | B | FE | 9E | 60 | 0 | 26 | 0 | 9C | 63 | 34 |
| Octal | 13 | 376 | 236 | 140 | 0 | 46 | 0 | 234 | 143 | 64 |
| Binary | 1011 | 11111110 | 10011110 | 1100000 | 0 | 100110 | 0 | 10011100 | 1100011 | 110100 |
Color Harmonies of #0BFE9E
Complementary color
Monochromatic Colors of #0BFE9E
Black with #0BFE9E
Text Example
Text Example
White with #0BFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE9E; }
p { color: rgb(11,254,158); }
H1.HeaderClassName
{
color: #0BFE9E;
}
.AnyTagClassName
{
color: #0BFE9E;
}
</style>
background-color css
<style>
a { background-color: #0BFE9E; }
a { background-color: rgb(11,254,158); }
div.DivClassName
{
background-color: #0BFE9E;
}
.BgClassName
{
background-color: #0BFE9E;
}
</style>
border-color css
<style>
span { border-color: #0BFE9E; }
span { border-color: rgb(11,254,158); }
td.TdClassName
{
border-color: #0BFE9E;
}
.TagClassName
{
border-color: #0BFE9E;
}
</style>