Html Css Color HEX #0BF98D Medium Spring Green
📋 copy color: '#0BF98D'red 11 ◦ green 249 ◦ blue 141
Shades of Medium Spring Green #0BF98D
Tints of Medium Spring Green #0BF98D
RGB
CMYK
RGB Variations
Color information
#0BF98D (or 0x0BF98D) is known color: Medium Spring Green. HEX triplet: 0B, F9 and 8D. RGB value is (11,249,141). Sum of RGB (Red+Green+Blue) = 11+249+141=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF98D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF98D is #F40672. Grayscale: #A5A5A5. Windows color (decimal): -15992435 or 9304331. OLE color: 9304331.
HSL color Cylindrical-coordinate representation of color #0BF98D: hue angle of 152.77º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF98D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 141 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.02 |
| HSL | 152.77º | 0.95% | 0.51% | - |
| HSV(B) | 152.77º | 0.96% | 0.98% | - |
| XYZ | 38.82 | 69.75 | 36.62 | - |
| YUV | 165.53 | 114.15 | 17.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 141 | 0.96 | 0 | 0.43 | 0.02 | 152.77 | 0.95 | 0.51 |
| Hex | B | F9 | 8D | 60 | 0 | 2B | 2 | 99 | 5F | 33 |
| Octal | 13 | 371 | 215 | 140 | 0 | 53 | 2 | 231 | 137 | 63 |
| Binary | 1011 | 11111001 | 10001101 | 1100000 | 0 | 101011 | 10 | 10011001 | 1011111 | 110011 |
Color Harmonies of #0BF98D
Complementary color
Monochromatic Colors of #0BF98D
Black with #0BF98D
Text Example
Text Example
White with #0BF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF98D; }
p { color: rgb(11,249,141); }
H1.HeaderClassName
{
color: #0BF98D;
}
.AnyTagClassName
{
color: #0BF98D;
}
</style>
background-color css
<style>
a { background-color: #0BF98D; }
a { background-color: rgb(11,249,141); }
div.DivClassName
{
background-color: #0BF98D;
}
.BgClassName
{
background-color: #0BF98D;
}
</style>
border-color css
<style>
span { border-color: #0BF98D; }
span { border-color: rgb(11,249,141); }
td.TdClassName
{
border-color: #0BF98D;
}
.TagClassName
{
border-color: #0BF98D;
}
</style>