Html Css Color HEX #0BF290 Medium Spring Green
📋 copy color: '#0BF290'red 11 ◦ green 242 ◦ blue 144
Shades of Medium Spring Green #0BF290
Tints of Medium Spring Green #0BF290
RGB
CMYK
RGB Variations
Color information
#0BF290 (or 0x0BF290) is known color: Medium Spring Green. HEX triplet: 0B, F2 and 90. RGB value is (11,242,144). Sum of RGB (Red+Green+Blue) = 11+242+144=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF290 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF290 is #F40D6F. Grayscale: #A1A1A1. Windows color (decimal): -15994224 or 9499147. OLE color: 9499147.
HSL color Cylindrical-coordinate representation of color #0BF290: hue angle of 154.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF290 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 144 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.05 |
| HSL | 154.55º | 0.91% | 0.5% | - |
| HSV(B) | 154.55º | 0.95% | 0.95% | - |
| XYZ | 36.92 | 65.59 | 37.1 | - |
| YUV | 161.76 | 117.97 | 20.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 144 | 0.95 | 0 | 0.40 | 0.05 | 154.55 | 0.91 | 0.5 |
| Hex | B | F2 | 90 | 5F | 0 | 28 | 5 | 9B | 5B | 32 |
| Octal | 13 | 362 | 220 | 137 | 0 | 50 | 5 | 233 | 133 | 62 |
| Binary | 1011 | 11110010 | 10010000 | 1011111 | 0 | 101000 | 101 | 10011011 | 1011011 | 110010 |
Color Harmonies of #0BF290
Complementary color
Monochromatic Colors of #0BF290
Black with #0BF290
Text Example
Text Example
White with #0BF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF290; }
p { color: rgb(11,242,144); }
H1.HeaderClassName
{
color: #0BF290;
}
.AnyTagClassName
{
color: #0BF290;
}
</style>
background-color css
<style>
a { background-color: #0BF290; }
a { background-color: rgb(11,242,144); }
div.DivClassName
{
background-color: #0BF290;
}
.BgClassName
{
background-color: #0BF290;
}
</style>
border-color css
<style>
span { border-color: #0BF290; }
span { border-color: rgb(11,242,144); }
td.TdClassName
{
border-color: #0BF290;
}
.TagClassName
{
border-color: #0BF290;
}
</style>