Html Css Color HEX #0BF6A0 Medium Spring Green
📋 copy color: '#0BF6A0'red 11 ◦ green 246 ◦ blue 160
Shades of Medium Spring Green #0BF6A0
Tints of Medium Spring Green #0BF6A0
RGB
CMYK
RGB Variations
Color information
#0BF6A0 (or 0x0BF6A0) is known color: Medium Spring Green. HEX triplet: 0B, F6 and A0. RGB value is (11,246,160). Sum of RGB (Red+Green+Blue) = 11+246+160=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF6A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF6A0 is #F4095F. Grayscale: #A6A6A6. Windows color (decimal): -15993184 or 10548747. OLE color: 10548747.
HSL color Cylindrical-coordinate representation of color #0BF6A0: hue angle of 158.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF6A0 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 160 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.04 |
| HSL | 158.04º | 0.93% | 0.5% | - |
| HSV(B) | 158.04º | 0.96% | 0.96% | - |
| XYZ | 39.44 | 68.52 | 44.4 | - |
| YUV | 165.93 | 124.64 | 17.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 160 | 0.96 | 0 | 0.35 | 0.04 | 158.04 | 0.93 | 0.5 |
| Hex | B | F6 | A0 | 60 | 0 | 23 | 4 | 9E | 5D | 32 |
| Octal | 13 | 366 | 240 | 140 | 0 | 43 | 4 | 236 | 135 | 62 |
| Binary | 1011 | 11110110 | 10100000 | 1100000 | 0 | 100011 | 100 | 10011110 | 1011101 | 110010 |
Color Harmonies of #0BF6A0
Complementary color
Monochromatic Colors of #0BF6A0
Black with #0BF6A0
Text Example
Text Example
White with #0BF6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF6A0; }
p { color: rgb(11,246,160); }
H1.HeaderClassName
{
color: #0BF6A0;
}
.AnyTagClassName
{
color: #0BF6A0;
}
</style>
background-color css
<style>
a { background-color: #0BF6A0; }
a { background-color: rgb(11,246,160); }
div.DivClassName
{
background-color: #0BF6A0;
}
.BgClassName
{
background-color: #0BF6A0;
}
</style>
border-color css
<style>
span { border-color: #0BF6A0; }
span { border-color: rgb(11,246,160); }
td.TdClassName
{
border-color: #0BF6A0;
}
.TagClassName
{
border-color: #0BF6A0;
}
</style>