Html Css Color HEX #0BF69D Medium Spring Green
📋 copy color: '#0BF69D'red 11 ◦ green 246 ◦ blue 157
Shades of Medium Spring Green #0BF69D
Tints of Medium Spring Green #0BF69D
RGB
CMYK
RGB Variations
Color information
#0BF69D (or 0x0BF69D) is known color: Medium Spring Green. HEX triplet: 0B, F6 and 9D. RGB value is (11,246,157). Sum of RGB (Red+Green+Blue) = 11+246+157=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 246 (96.48% from 255 or 59.42% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF69D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF69D is #F40962. Grayscale: #A5A5A5. Windows color (decimal): -15993187 or 10352139. OLE color: 10352139.
HSL color Cylindrical-coordinate representation of color #0BF69D: hue angle of 157.28º 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 #0BF69D is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 157 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.04 |
| HSL | 157.28º | 0.93% | 0.5% | - |
| HSV(B) | 157.28º | 0.96% | 0.96% | - |
| XYZ | 39.18 | 68.42 | 43.04 | - |
| YUV | 165.59 | 123.14 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 157 | 0.96 | 0 | 0.36 | 0.04 | 157.28 | 0.93 | 0.5 |
| Hex | B | F6 | 9D | 60 | 0 | 24 | 4 | 9D | 5D | 32 |
| Octal | 13 | 366 | 235 | 140 | 0 | 44 | 4 | 235 | 135 | 62 |
| Binary | 1011 | 11110110 | 10011101 | 1100000 | 0 | 100100 | 100 | 10011101 | 1011101 | 110010 |
Color Harmonies of #0BF69D
Complementary color
Monochromatic Colors of #0BF69D
Black with #0BF69D
Text Example
Text Example
White with #0BF69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF69D; }
p { color: rgb(11,246,157); }
H1.HeaderClassName
{
color: #0BF69D;
}
.AnyTagClassName
{
color: #0BF69D;
}
</style>
background-color css
<style>
a { background-color: #0BF69D; }
a { background-color: rgb(11,246,157); }
div.DivClassName
{
background-color: #0BF69D;
}
.BgClassName
{
background-color: #0BF69D;
}
</style>
border-color css
<style>
span { border-color: #0BF69D; }
span { border-color: rgb(11,246,157); }
td.TdClassName
{
border-color: #0BF69D;
}
.TagClassName
{
border-color: #0BF69D;
}
</style>