Html Css Color HEX #0FFF94 Medium Spring Green
📋 copy color: '#0FFF94'red 15 ◦ green 255 ◦ blue 148
Shades of Medium Spring Green #0FFF94
Tints of Medium Spring Green #0FFF94
RGB
CMYK
RGB Variations
Color information
#0FFF94 (or 0x0FFF94) is known color: Medium Spring Green. HEX triplet: 0F, FF and 94. RGB value is (15,255,148). Sum of RGB (Red+Green+Blue) = 15+255+148=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFF94 is #F0006B. Grayscale: #ABABAB. Windows color (decimal): -15728748 or 9764623. OLE color: 9764623.
HSL color Cylindrical-coordinate representation of color #0FFF94: hue angle of 153.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF94 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 148 | - |
| CMYK | 0.94 | 0 | 0.42 | 0 |
| HSL | 153.25º | 1% | 0.53% | - |
| HSV(B) | 153.25º | 0.94% | 1% | - |
| XYZ | 41.3 | 73.76 | 40.08 | - |
| YUV | 171.04 | 114.99 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 148 | 0.94 | 0 | 0.42 | 0 | 153.25 | 1 | 0.53 |
| Hex | F | FF | 94 | 5E | 0 | 2A | 0 | 99 | 64 | 35 |
| Octal | 17 | 377 | 224 | 136 | 0 | 52 | 0 | 231 | 144 | 65 |
| Binary | 1111 | 11111111 | 10010100 | 1011110 | 0 | 101010 | 0 | 10011001 | 1100100 | 110101 |
Color Harmonies of #0FFF94
Complementary color
Monochromatic Colors of #0FFF94
Black with #0FFF94
Text Example
Text Example
White with #0FFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF94; }
p { color: rgb(15,255,148); }
H1.HeaderClassName
{
color: #0FFF94;
}
.AnyTagClassName
{
color: #0FFF94;
}
</style>
background-color css
<style>
a { background-color: #0FFF94; }
a { background-color: rgb(15,255,148); }
div.DivClassName
{
background-color: #0FFF94;
}
.BgClassName
{
background-color: #0FFF94;
}
</style>
border-color css
<style>
span { border-color: #0FFF94; }
span { border-color: rgb(15,255,148); }
td.TdClassName
{
border-color: #0FFF94;
}
.TagClassName
{
border-color: #0FFF94;
}
</style>