Html Css Color HEX #0FEF94 Medium Spring Green
📋 copy color: '#0FEF94'red 15 ◦ green 239 ◦ blue 148
Shades of Medium Spring Green #0FEF94
Tints of Medium Spring Green #0FEF94
RGB
CMYK
RGB Variations
Color information
#0FEF94 (or 0x0FEF94) is known color: Medium Spring Green. HEX triplet: 0F, EF and 94. RGB value is (15,239,148). Sum of RGB (Red+Green+Blue) = 15+239+148=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEF94 is #F0106B. Grayscale: #A1A1A1. Windows color (decimal): -15732844 or 9760527. OLE color: 9760527.
HSL color Cylindrical-coordinate representation of color #0FEF94: hue angle of 155.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF94 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 148 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.06 |
| HSL | 155.63º | 0.88% | 0.5% | - |
| HSV(B) | 155.63º | 0.94% | 0.94% | - |
| XYZ | 36.41 | 63.97 | 38.45 | - |
| YUV | 161.65 | 120.29 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 148 | 0.94 | 0 | 0.38 | 0.06 | 155.63 | 0.88 | 0.5 |
| Hex | F | EF | 94 | 5E | 0 | 26 | 6 | 9C | 58 | 32 |
| Octal | 17 | 357 | 224 | 136 | 0 | 46 | 6 | 234 | 130 | 62 |
| Binary | 1111 | 11101111 | 10010100 | 1011110 | 0 | 100110 | 110 | 10011100 | 1011000 | 110010 |
Color Harmonies of #0FEF94
Complementary color
Monochromatic Colors of #0FEF94
Black with #0FEF94
Text Example
Text Example
White with #0FEF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEF94; }
p { color: rgb(15,239,148); }
H1.HeaderClassName
{
color: #0FEF94;
}
.AnyTagClassName
{
color: #0FEF94;
}
</style>
background-color css
<style>
a { background-color: #0FEF94; }
a { background-color: rgb(15,239,148); }
div.DivClassName
{
background-color: #0FEF94;
}
.BgClassName
{
background-color: #0FEF94;
}
</style>
border-color css
<style>
span { border-color: #0FEF94; }
span { border-color: rgb(15,239,148); }
td.TdClassName
{
border-color: #0FEF94;
}
.TagClassName
{
border-color: #0FEF94;
}
</style>