Html Css Color HEX #0FFD94 Medium Spring Green
📋 copy color: '#0FFD94'red 15 ◦ green 253 ◦ blue 148
Shades of Medium Spring Green #0FFD94
Tints of Medium Spring Green #0FFD94
RGB
CMYK
RGB Variations
Color information
#0FFD94 (or 0x0FFD94) is known color: Medium Spring Green. HEX triplet: 0F, FD and 94. RGB value is (15,253,148). Sum of RGB (Red+Green+Blue) = 15+253+148=416 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 416); Green value is 253 (99.22% from 255 or 60.82% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFD94 is #F0026B. Grayscale: #AAAAAA. Windows color (decimal): -15729260 or 9764111. OLE color: 9764111.
HSL color Cylindrical-coordinate representation of color #0FFD94: hue angle of 153.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD94 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 148 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.01 |
| HSL | 153.53º | 0.98% | 0.53% | - |
| HSV(B) | 153.53º | 0.94% | 0.99% | - |
| XYZ | 40.67 | 72.49 | 39.87 | - |
| YUV | 169.87 | 115.65 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 148 | 0.94 | 0 | 0.42 | 0.01 | 153.53 | 0.98 | 0.53 |
| Hex | F | FD | 94 | 5E | 0 | 2A | 1 | 9A | 62 | 35 |
| Octal | 17 | 375 | 224 | 136 | 0 | 52 | 1 | 232 | 142 | 65 |
| Binary | 1111 | 11111101 | 10010100 | 1011110 | 0 | 101010 | 1 | 10011010 | 1100010 | 110101 |
Color Harmonies of #0FFD94
Complementary color
Monochromatic Colors of #0FFD94
Black with #0FFD94
Text Example
Text Example
White with #0FFD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD94; }
p { color: rgb(15,253,148); }
H1.HeaderClassName
{
color: #0FFD94;
}
.AnyTagClassName
{
color: #0FFD94;
}
</style>
background-color css
<style>
a { background-color: #0FFD94; }
a { background-color: rgb(15,253,148); }
div.DivClassName
{
background-color: #0FFD94;
}
.BgClassName
{
background-color: #0FFD94;
}
</style>
border-color css
<style>
span { border-color: #0FFD94; }
span { border-color: rgb(15,253,148); }
td.TdClassName
{
border-color: #0FFD94;
}
.TagClassName
{
border-color: #0FFD94;
}
</style>