Shades of Medium Spring Green #01F294
Tints of Medium Spring Green #01F294
RGB
CMYK
RGB Variations
Color information
#01F294 (or 0x01F294) is known color: Medium Spring Green. HEX triplet: 01, F2 and 94. RGB value is (1,242,148). Sum of RGB (Red+Green+Blue) = 1+242+148=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #01F294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F294 is #FE0D6B. Grayscale: #9F9F9F. Windows color (decimal): -16649580 or 9761281. OLE color: 9761281.
HSL color Cylindrical-coordinate representation of color #01F294: hue angle of 156.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F294 is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 148 | - |
| CMYK | 1.00 | 0 | 0.39 | 0.05 |
| HSL | 156.6º | 0.99% | 0.48% | - |
| HSV(B) | 156.6º | 1% | 0.95% | - |
| XYZ | 37.11 | 65.65 | 38.73 | - |
| YUV | 159.23 | 121.66 | 15.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 148 | 1.00 | 0 | 0.39 | 0.05 | 156.6 | 0.99 | 0.48 |
| Hex | 1 | F2 | 94 | 64 | 0 | 27 | 5 | 9D | 63 | 30 |
| Octal | 1 | 362 | 224 | 144 | 0 | 47 | 5 | 235 | 143 | 60 |
| Binary | 1 | 11110010 | 10010100 | 1100100 | 0 | 100111 | 101 | 10011101 | 1100011 | 110000 |
Color Harmonies of #01F294
Complementary color
Monochromatic Colors of #01F294
Black with #01F294
Text Example
Text Example
White with #01F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F294; }
p { color: rgb(1,242,148); }
H1.HeaderClassName
{
color: #01F294;
}
.AnyTagClassName
{
color: #01F294;
}
</style>
background-color css
<style>
a { background-color: #01F294; }
a { background-color: rgb(1,242,148); }
div.DivClassName
{
background-color: #01F294;
}
.BgClassName
{
background-color: #01F294;
}
</style>
border-color css
<style>
span { border-color: #01F294; }
span { border-color: rgb(1,242,148); }
td.TdClassName
{
border-color: #01F294;
}
.TagClassName
{
border-color: #01F294;
}
</style>