Html Css Color HEX #0BF090 Medium Spring Green
📋 copy color: '#0BF090'red 11 ◦ green 240 ◦ blue 144
Shades of Medium Spring Green #0BF090
Tints of Medium Spring Green #0BF090
RGB
CMYK
RGB Variations
Color information
#0BF090 (or 0x0BF090) is known color: Medium Spring Green. HEX triplet: 0B, F0 and 90. RGB value is (11,240,144). Sum of RGB (Red+Green+Blue) = 11+240+144=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF090 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF090 is #F40F6F. Grayscale: #A0A0A0. Windows color (decimal): -15994736 or 9498635. OLE color: 9498635.
HSL color Cylindrical-coordinate representation of color #0BF090: hue angle of 154.85º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF090 is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 144 | - |
| CMYK | 0.95 | 0 | 0.4 | 0.06 |
| HSL | 154.85º | 0.91% | 0.49% | - |
| HSV(B) | 154.85º | 0.95% | 0.94% | - |
| XYZ | 36.33 | 64.4 | 36.9 | - |
| YUV | 160.59 | 118.63 | 21.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 144 | 0.95 | 0 | 0.4 | 0.06 | 154.85 | 0.91 | 0.49 |
| Hex | B | F0 | 90 | 5F | 0 | 28 | 6 | 9B | 5B | 31 |
| Octal | 13 | 360 | 220 | 137 | 0 | 50 | 6 | 233 | 133 | 61 |
| Binary | 1011 | 11110000 | 10010000 | 1011111 | 0 | 101000 | 110 | 10011011 | 1011011 | 110001 |
Color Harmonies of #0BF090
Complementary color
Monochromatic Colors of #0BF090
Black with #0BF090
Text Example
Text Example
White with #0BF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF090; }
p { color: rgb(11,240,144); }
H1.HeaderClassName
{
color: #0BF090;
}
.AnyTagClassName
{
color: #0BF090;
}
</style>
background-color css
<style>
a { background-color: #0BF090; }
a { background-color: rgb(11,240,144); }
div.DivClassName
{
background-color: #0BF090;
}
.BgClassName
{
background-color: #0BF090;
}
</style>
border-color css
<style>
span { border-color: #0BF090; }
span { border-color: rgb(11,240,144); }
td.TdClassName
{
border-color: #0BF090;
}
.TagClassName
{
border-color: #0BF090;
}
</style>