Html Css Color HEX #0FFA95 Medium Spring Green
📋 copy color: '#0FFA95'red 15 ◦ green 250 ◦ blue 149
Shades of Medium Spring Green #0FFA95
Tints of Medium Spring Green #0FFA95
RGB
CMYK
RGB Variations
Color information
#0FFA95 (or 0x0FFA95) is known color: Medium Spring Green. HEX triplet: 0F, FA and 95. RGB value is (15,250,149). Sum of RGB (Red+Green+Blue) = 15+250+149=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFA95 is #F0056A. Grayscale: #A8A8A8. Windows color (decimal): -15730027 or 9828879. OLE color: 9828879.
HSL color Cylindrical-coordinate representation of color #0FFA95: hue angle of 154.21º 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 #0FFA95 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 149 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.02 |
| HSL | 154.21º | 0.96% | 0.52% | - |
| HSV(B) | 154.21º | 0.94% | 0.98% | - |
| XYZ | 39.81 | 70.64 | 39.97 | - |
| YUV | 168.22 | 117.14 | 18.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 149 | 0.94 | 0 | 0.40 | 0.02 | 154.21 | 0.96 | 0.52 |
| Hex | F | FA | 95 | 5E | 0 | 28 | 2 | 9A | 60 | 34 |
| Octal | 17 | 372 | 225 | 136 | 0 | 50 | 2 | 232 | 140 | 64 |
| Binary | 1111 | 11111010 | 10010101 | 1011110 | 0 | 101000 | 10 | 10011010 | 1100000 | 110100 |
Color Harmonies of #0FFA95
Complementary color
Monochromatic Colors of #0FFA95
Black with #0FFA95
Text Example
Text Example
White with #0FFA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA95; }
p { color: rgb(15,250,149); }
H1.HeaderClassName
{
color: #0FFA95;
}
.AnyTagClassName
{
color: #0FFA95;
}
</style>
background-color css
<style>
a { background-color: #0FFA95; }
a { background-color: rgb(15,250,149); }
div.DivClassName
{
background-color: #0FFA95;
}
.BgClassName
{
background-color: #0FFA95;
}
</style>
border-color css
<style>
span { border-color: #0FFA95; }
span { border-color: rgb(15,250,149); }
td.TdClassName
{
border-color: #0FFA95;
}
.TagClassName
{
border-color: #0FFA95;
}
</style>