Html Css Color HEX #0FFB8D Medium Spring Green
📋 copy color: '#0FFB8D'red 15 ◦ green 251 ◦ blue 141
Shades of Medium Spring Green #0FFB8D
Tints of Medium Spring Green #0FFB8D
RGB
CMYK
RGB Variations
Color information
#0FFB8D (or 0x0FFB8D) is known color: Medium Spring Green. HEX triplet: 0F, FB and 8D. RGB value is (15,251,141). Sum of RGB (Red+Green+Blue) = 15+251+141=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFB8D is #F00472. Grayscale: #A8A8A8. Windows color (decimal): -15729779 or 9304847. OLE color: 9304847.
HSL color Cylindrical-coordinate representation of color #0FFB8D: hue angle of 152.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB8D is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 141 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.02 |
| HSL | 152.03º | 0.97% | 0.52% | - |
| HSV(B) | 152.03º | 0.94% | 0.98% | - |
| XYZ | 39.5 | 71.02 | 36.83 | - |
| YUV | 167.9 | 112.81 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 141 | 0.94 | 0 | 0.44 | 0.02 | 152.03 | 0.97 | 0.52 |
| Hex | F | FB | 8D | 5E | 0 | 2C | 2 | 98 | 61 | 34 |
| Octal | 17 | 373 | 215 | 136 | 0 | 54 | 2 | 230 | 141 | 64 |
| Binary | 1111 | 11111011 | 10001101 | 1011110 | 0 | 101100 | 10 | 10011000 | 1100001 | 110100 |
Color Harmonies of #0FFB8D
Complementary color
Monochromatic Colors of #0FFB8D
Black with #0FFB8D
Text Example
Text Example
White with #0FFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB8D; }
p { color: rgb(15,251,141); }
H1.HeaderClassName
{
color: #0FFB8D;
}
.AnyTagClassName
{
color: #0FFB8D;
}
</style>
background-color css
<style>
a { background-color: #0FFB8D; }
a { background-color: rgb(15,251,141); }
div.DivClassName
{
background-color: #0FFB8D;
}
.BgClassName
{
background-color: #0FFB8D;
}
</style>
border-color css
<style>
span { border-color: #0FFB8D; }
span { border-color: rgb(15,251,141); }
td.TdClassName
{
border-color: #0FFB8D;
}
.TagClassName
{
border-color: #0FFB8D;
}
</style>