Html Css Color HEX #0FFE94 Medium Spring Green
📋 copy color: '#0FFE94'red 15 ◦ green 254 ◦ blue 148
Shades of Medium Spring Green #0FFE94
Tints of Medium Spring Green #0FFE94
RGB
CMYK
RGB Variations
Color information
#0FFE94 (or 0x0FFE94) is known color: Medium Spring Green. HEX triplet: 0F, FE and 94. RGB value is (15,254,148). Sum of RGB (Red+Green+Blue) = 15+254+148=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFE94 is #F0016B. Grayscale: #AAAAAA. Windows color (decimal): -15729004 or 9764367. OLE color: 9764367.
HSL color Cylindrical-coordinate representation of color #0FFE94: hue angle of 153.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE94 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 148 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.00 |
| HSL | 153.39º | 0.99% | 0.53% | - |
| HSV(B) | 153.39º | 0.94% | 1% | - |
| XYZ | 40.98 | 73.12 | 39.97 | - |
| YUV | 170.46 | 115.32 | 17.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 148 | 0.94 | 0 | 0.42 | 0.00 | 153.39 | 0.99 | 0.53 |
| Hex | F | FE | 94 | 5E | 0 | 2A | 0 | 99 | 63 | 35 |
| Octal | 17 | 376 | 224 | 136 | 0 | 52 | 0 | 231 | 143 | 65 |
| Binary | 1111 | 11111110 | 10010100 | 1011110 | 0 | 101010 | 0 | 10011001 | 1100011 | 110101 |
Color Harmonies of #0FFE94
Complementary color
Monochromatic Colors of #0FFE94
Black with #0FFE94
Text Example
Text Example
White with #0FFE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE94; }
p { color: rgb(15,254,148); }
H1.HeaderClassName
{
color: #0FFE94;
}
.AnyTagClassName
{
color: #0FFE94;
}
</style>
background-color css
<style>
a { background-color: #0FFE94; }
a { background-color: rgb(15,254,148); }
div.DivClassName
{
background-color: #0FFE94;
}
.BgClassName
{
background-color: #0FFE94;
}
</style>
border-color css
<style>
span { border-color: #0FFE94; }
span { border-color: rgb(15,254,148); }
td.TdClassName
{
border-color: #0FFE94;
}
.TagClassName
{
border-color: #0FFE94;
}
</style>