Html Css Color HEX #0BFF9A Medium Spring Green
📋 copy color: '#0BFF9A'red 11 ◦ green 255 ◦ blue 154
Shades of Medium Spring Green #0BFF9A
Tints of Medium Spring Green #0BFF9A
RGB
CMYK
RGB Variations
Color information
#0BFF9A (or 0x0BFF9A) is known color: Medium Spring Green. HEX triplet: 0B, FF and 9A. RGB value is (11,255,154). Sum of RGB (Red+Green+Blue) = 11+255+154=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFF9A is #F40065. Grayscale: #AAAAAA. Windows color (decimal): -15990886 or 10157835. OLE color: 10157835.
HSL color Cylindrical-coordinate representation of color #0BFF9A: hue angle of 155.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF9A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 154 | - |
| CMYK | 0.96 | 0 | 0.40 | 0 |
| HSL | 155.16º | 1% | 0.52% | - |
| HSV(B) | 155.16º | 0.96% | 1% | - |
| XYZ | 41.73 | 73.92 | 42.64 | - |
| YUV | 170.53 | 118.66 | 14.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 154 | 0.96 | 0 | 0.40 | 0 | 155.16 | 1 | 0.52 |
| Hex | B | FF | 9A | 60 | 0 | 28 | 0 | 9B | 64 | 34 |
| Octal | 13 | 377 | 232 | 140 | 0 | 50 | 0 | 233 | 144 | 64 |
| Binary | 1011 | 11111111 | 10011010 | 1100000 | 0 | 101000 | 0 | 10011011 | 1100100 | 110100 |
Color Harmonies of #0BFF9A
Complementary color
Monochromatic Colors of #0BFF9A
Black with #0BFF9A
Text Example
Text Example
White with #0BFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF9A; }
p { color: rgb(11,255,154); }
H1.HeaderClassName
{
color: #0BFF9A;
}
.AnyTagClassName
{
color: #0BFF9A;
}
</style>
background-color css
<style>
a { background-color: #0BFF9A; }
a { background-color: rgb(11,255,154); }
div.DivClassName
{
background-color: #0BFF9A;
}
.BgClassName
{
background-color: #0BFF9A;
}
</style>
border-color css
<style>
span { border-color: #0BFF9A; }
span { border-color: rgb(11,255,154); }
td.TdClassName
{
border-color: #0BFF9A;
}
.TagClassName
{
border-color: #0BFF9A;
}
</style>