Shades of Medium Spring Green #01F098
Tints of Medium Spring Green #01F098
RGB
CMYK
RGB Variations
Color information
#01F098 (or 0x01F098) is known color: Medium Spring Green. HEX triplet: 01, F0 and 98. RGB value is (1,240,152). Sum of RGB (Red+Green+Blue) = 1+240+152=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #01F098 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F098 is #FE0F67. Grayscale: #9E9E9E. Windows color (decimal): -16650088 or 10022913. OLE color: 10022913.
HSL color Cylindrical-coordinate representation of color #01F098: hue angle of 157.91º 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 #01F098 is Cyan = 1.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 152 | - |
| CMYK | 1.00 | 0 | 0.37 | 0.06 |
| HSL | 157.91º | 0.99% | 0.47% | - |
| HSV(B) | 157.91º | 1% | 0.94% | - |
| XYZ | 36.84 | 64.59 | 40.23 | - |
| YUV | 158.51 | 124.32 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 152 | 1.00 | 0 | 0.37 | 0.06 | 157.91 | 0.99 | 0.47 |
| Hex | 1 | F0 | 98 | 64 | 0 | 25 | 6 | 9E | 63 | 2F |
| Octal | 1 | 360 | 230 | 144 | 0 | 45 | 6 | 236 | 143 | 57 |
| Binary | 1 | 11110000 | 10011000 | 1100100 | 0 | 100101 | 110 | 10011110 | 1100011 | 101111 |
Color Harmonies of #01F098
Complementary color
Monochromatic Colors of #01F098
Black with #01F098
Text Example
Text Example
White with #01F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F098; }
p { color: rgb(1,240,152); }
H1.HeaderClassName
{
color: #01F098;
}
.AnyTagClassName
{
color: #01F098;
}
</style>
background-color css
<style>
a { background-color: #01F098; }
a { background-color: rgb(1,240,152); }
div.DivClassName
{
background-color: #01F098;
}
.BgClassName
{
background-color: #01F098;
}
</style>
border-color css
<style>
span { border-color: #01F098; }
span { border-color: rgb(1,240,152); }
td.TdClassName
{
border-color: #01F098;
}
.TagClassName
{
border-color: #01F098;
}
</style>