Html Css Color HEX #0BF994 Medium Spring Green
📋 copy color: '#0BF994'red 11 ◦ green 249 ◦ blue 148
Shades of Medium Spring Green #0BF994
Tints of Medium Spring Green #0BF994
RGB
CMYK
RGB Variations
Color information
#0BF994 (or 0x0BF994) is known color: Medium Spring Green. HEX triplet: 0B, F9 and 94. RGB value is (11,249,148). Sum of RGB (Red+Green+Blue) = 11+249+148=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF994 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF994 is #F4066B. Grayscale: #A6A6A6. Windows color (decimal): -15992428 or 9763083. OLE color: 9763083.
HSL color Cylindrical-coordinate representation of color #0BF994: hue angle of 154.54º degrees, saturation: 0.95, 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 #0BF994 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 148 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.02 |
| HSL | 154.54º | 0.95% | 0.51% | - |
| HSV(B) | 154.54º | 0.96% | 0.98% | - |
| XYZ | 39.36 | 69.96 | 39.45 | - |
| YUV | 166.32 | 117.65 | 17.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 148 | 0.96 | 0 | 0.41 | 0.02 | 154.54 | 0.95 | 0.51 |
| Hex | B | F9 | 94 | 60 | 0 | 29 | 2 | 9B | 5F | 33 |
| Octal | 13 | 371 | 224 | 140 | 0 | 51 | 2 | 233 | 137 | 63 |
| Binary | 1011 | 11111001 | 10010100 | 1100000 | 0 | 101001 | 10 | 10011011 | 1011111 | 110011 |
Color Harmonies of #0BF994
Complementary color
Monochromatic Colors of #0BF994
Black with #0BF994
Text Example
Text Example
White with #0BF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF994; }
p { color: rgb(11,249,148); }
H1.HeaderClassName
{
color: #0BF994;
}
.AnyTagClassName
{
color: #0BF994;
}
</style>
background-color css
<style>
a { background-color: #0BF994; }
a { background-color: rgb(11,249,148); }
div.DivClassName
{
background-color: #0BF994;
}
.BgClassName
{
background-color: #0BF994;
}
</style>
border-color css
<style>
span { border-color: #0BF994; }
span { border-color: rgb(11,249,148); }
td.TdClassName
{
border-color: #0BF994;
}
.TagClassName
{
border-color: #0BF994;
}
</style>