Shades of Medium Spring Green #01F095
Tints of Medium Spring Green #01F095
RGB
CMYK
RGB Variations
Color information
#01F095 (or 0x01F095) is known color: Medium Spring Green. HEX triplet: 01, F0 and 95. RGB value is (1,240,149). Sum of RGB (Red+Green+Blue) = 1+240+149=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #01F095 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F095 is #FE0F6A. Grayscale: #9E9E9E. Windows color (decimal): -16650091 or 9826305. OLE color: 9826305.
HSL color Cylindrical-coordinate representation of color #01F095: hue angle of 157.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F095 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 149 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.06 |
| HSL | 157.15º | 0.99% | 0.47% | - |
| HSV(B) | 157.15º | 1% | 0.94% | - |
| XYZ | 36.6 | 64.5 | 38.95 | - |
| YUV | 158.17 | 122.82 | 15.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 149 | 1.00 | 0 | 0.38 | 0.06 | 157.15 | 0.99 | 0.47 |
| Hex | 1 | F0 | 95 | 64 | 0 | 26 | 6 | 9D | 63 | 2F |
| Octal | 1 | 360 | 225 | 144 | 0 | 46 | 6 | 235 | 143 | 57 |
| Binary | 1 | 11110000 | 10010101 | 1100100 | 0 | 100110 | 110 | 10011101 | 1100011 | 101111 |
Color Harmonies of #01F095
Complementary color
Monochromatic Colors of #01F095
Black with #01F095
Text Example
Text Example
White with #01F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F095; }
p { color: rgb(1,240,149); }
H1.HeaderClassName
{
color: #01F095;
}
.AnyTagClassName
{
color: #01F095;
}
</style>
background-color css
<style>
a { background-color: #01F095; }
a { background-color: rgb(1,240,149); }
div.DivClassName
{
background-color: #01F095;
}
.BgClassName
{
background-color: #01F095;
}
</style>
border-color css
<style>
span { border-color: #01F095; }
span { border-color: rgb(1,240,149); }
td.TdClassName
{
border-color: #01F095;
}
.TagClassName
{
border-color: #01F095;
}
</style>