Html Css Color HEX #0FFA8D Medium Spring Green
📋 copy color: '#0FFA8D'red 15 ◦ green 250 ◦ blue 141
Shades of Medium Spring Green #0FFA8D
Tints of Medium Spring Green #0FFA8D
RGB
CMYK
RGB Variations
Color information
#0FFA8D (or 0x0FFA8D) is known color: Medium Spring Green. HEX triplet: 0F, FA and 8D. RGB value is (15,250,141). Sum of RGB (Red+Green+Blue) = 15+250+141=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFA8D is #F00572. Grayscale: #A7A7A7. Windows color (decimal): -15730035 or 9304591. OLE color: 9304591.
HSL color Cylindrical-coordinate representation of color #0FFA8D: hue angle of 152.17º degrees, saturation: 0.96, 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 #0FFA8D is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 141 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.02 |
| HSL | 152.17º | 0.96% | 0.52% | - |
| HSV(B) | 152.17º | 0.94% | 0.98% | - |
| XYZ | 39.19 | 70.4 | 36.72 | - |
| YUV | 167.31 | 113.14 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 141 | 0.94 | 0 | 0.44 | 0.02 | 152.17 | 0.96 | 0.52 |
| Hex | F | FA | 8D | 5E | 0 | 2C | 2 | 98 | 60 | 34 |
| Octal | 17 | 372 | 215 | 136 | 0 | 54 | 2 | 230 | 140 | 64 |
| Binary | 1111 | 11111010 | 10001101 | 1011110 | 0 | 101100 | 10 | 10011000 | 1100000 | 110100 |
Color Harmonies of #0FFA8D
Complementary color
Monochromatic Colors of #0FFA8D
Black with #0FFA8D
Text Example
Text Example
White with #0FFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA8D; }
p { color: rgb(15,250,141); }
H1.HeaderClassName
{
color: #0FFA8D;
}
.AnyTagClassName
{
color: #0FFA8D;
}
</style>
background-color css
<style>
a { background-color: #0FFA8D; }
a { background-color: rgb(15,250,141); }
div.DivClassName
{
background-color: #0FFA8D;
}
.BgClassName
{
background-color: #0FFA8D;
}
</style>
border-color css
<style>
span { border-color: #0FFA8D; }
span { border-color: rgb(15,250,141); }
td.TdClassName
{
border-color: #0FFA8D;
}
.TagClassName
{
border-color: #0FFA8D;
}
</style>