Html Css Color HEX #0BF18C Medium Spring Green
📋 copy color: '#0BF18C'red 11 ◦ green 241 ◦ blue 140
Shades of Medium Spring Green #0BF18C
Tints of Medium Spring Green #0BF18C
RGB
CMYK
RGB Variations
Color information
#0BF18C (or 0x0BF18C) is known color: Medium Spring Green. HEX triplet: 0B, F1 and 8C. RGB value is (11,241,140). Sum of RGB (Red+Green+Blue) = 11+241+140=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF18C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF18C is #F40E73. Grayscale: #A0A0A0. Windows color (decimal): -15994484 or 9236747. OLE color: 9236747.
HSL color Cylindrical-coordinate representation of color #0BF18C: hue angle of 153.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF18C is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 140 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.05 |
| HSL | 153.65º | 0.91% | 0.49% | - |
| HSV(B) | 153.65º | 0.95% | 0.95% | - |
| XYZ | 36.33 | 64.88 | 35.42 | - |
| YUV | 160.72 | 116.3 | 21.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 140 | 0.95 | 0 | 0.42 | 0.05 | 153.65 | 0.91 | 0.49 |
| Hex | B | F1 | 8C | 5F | 0 | 2A | 5 | 9A | 5B | 31 |
| Octal | 13 | 361 | 214 | 137 | 0 | 52 | 5 | 232 | 133 | 61 |
| Binary | 1011 | 11110001 | 10001100 | 1011111 | 0 | 101010 | 101 | 10011010 | 1011011 | 110001 |
Color Harmonies of #0BF18C
Complementary color
Monochromatic Colors of #0BF18C
Black with #0BF18C
Text Example
Text Example
White with #0BF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF18C; }
p { color: rgb(11,241,140); }
H1.HeaderClassName
{
color: #0BF18C;
}
.AnyTagClassName
{
color: #0BF18C;
}
</style>
background-color css
<style>
a { background-color: #0BF18C; }
a { background-color: rgb(11,241,140); }
div.DivClassName
{
background-color: #0BF18C;
}
.BgClassName
{
background-color: #0BF18C;
}
</style>
border-color css
<style>
span { border-color: #0BF18C; }
span { border-color: rgb(11,241,140); }
td.TdClassName
{
border-color: #0BF18C;
}
.TagClassName
{
border-color: #0BF18C;
}
</style>