Html Css Color HEX #0BFF94 Medium Spring Green
📋 copy color: '#0BFF94'red 11 ◦ green 255 ◦ blue 148
Shades of Medium Spring Green #0BFF94
Tints of Medium Spring Green #0BFF94
RGB
CMYK
RGB Variations
Color information
#0BFF94 (or 0x0BFF94) is known color: Medium Spring Green. HEX triplet: 0B, FF and 94. RGB value is (11,255,148). Sum of RGB (Red+Green+Blue) = 11+255+148=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFF94 is #F4006B. Grayscale: #AAAAAA. Windows color (decimal): -15990892 or 9764619. OLE color: 9764619.
HSL color Cylindrical-coordinate representation of color #0BFF94: hue angle of 153.69º 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 #0BFF94 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 148 | - |
| CMYK | 0.96 | 0 | 0.42 | 0 |
| HSL | 153.69º | 1% | 0.52% | - |
| HSV(B) | 153.69º | 0.96% | 1% | - |
| XYZ | 41.24 | 73.73 | 40.07 | - |
| YUV | 169.85 | 115.66 | 14.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 148 | 0.96 | 0 | 0.42 | 0 | 153.69 | 1 | 0.52 |
| Hex | B | FF | 94 | 60 | 0 | 2A | 0 | 9A | 64 | 34 |
| Octal | 13 | 377 | 224 | 140 | 0 | 52 | 0 | 232 | 144 | 64 |
| Binary | 1011 | 11111111 | 10010100 | 1100000 | 0 | 101010 | 0 | 10011010 | 1100100 | 110100 |
Color Harmonies of #0BFF94
Complementary color
Monochromatic Colors of #0BFF94
Black with #0BFF94
Text Example
Text Example
White with #0BFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF94; }
p { color: rgb(11,255,148); }
H1.HeaderClassName
{
color: #0BFF94;
}
.AnyTagClassName
{
color: #0BFF94;
}
</style>
background-color css
<style>
a { background-color: #0BFF94; }
a { background-color: rgb(11,255,148); }
div.DivClassName
{
background-color: #0BFF94;
}
.BgClassName
{
background-color: #0BFF94;
}
</style>
border-color css
<style>
span { border-color: #0BFF94; }
span { border-color: rgb(11,255,148); }
td.TdClassName
{
border-color: #0BFF94;
}
.TagClassName
{
border-color: #0BFF94;
}
</style>