Shades of Medium Spring Green #01F08D
Tints of Medium Spring Green #01F08D
RGB
CMYK
RGB Variations
Color information
#01F08D (or 0x01F08D) is known color: Medium Spring Green. HEX triplet: 01, F0 and 8D. RGB value is (1,240,141). Sum of RGB (Red+Green+Blue) = 1+240+141=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #01F08D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F08D is #FE0F72. Grayscale: #9D9D9D. Windows color (decimal): -16650099 or 9302017. OLE color: 9302017.
HSL color Cylindrical-coordinate representation of color #01F08D: hue angle of 155.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 #01F08D is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 141 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.06 |
| HSL | 155.15º | 0.99% | 0.47% | - |
| HSV(B) | 155.15º | 1% | 0.94% | - |
| XYZ | 35.98 | 64.25 | 35.7 | - |
| YUV | 157.25 | 118.82 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 141 | 1.00 | 0 | 0.41 | 0.06 | 155.15 | 0.99 | 0.47 |
| Hex | 1 | F0 | 8D | 64 | 0 | 29 | 6 | 9B | 63 | 2F |
| Octal | 1 | 360 | 215 | 144 | 0 | 51 | 6 | 233 | 143 | 57 |
| Binary | 1 | 11110000 | 10001101 | 1100100 | 0 | 101001 | 110 | 10011011 | 1100011 | 101111 |
Color Harmonies of #01F08D
Complementary color
Monochromatic Colors of #01F08D
Black with #01F08D
Text Example
Text Example
White with #01F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F08D; }
p { color: rgb(1,240,141); }
H1.HeaderClassName
{
color: #01F08D;
}
.AnyTagClassName
{
color: #01F08D;
}
</style>
background-color css
<style>
a { background-color: #01F08D; }
a { background-color: rgb(1,240,141); }
div.DivClassName
{
background-color: #01F08D;
}
.BgClassName
{
background-color: #01F08D;
}
</style>
border-color css
<style>
span { border-color: #01F08D; }
span { border-color: rgb(1,240,141); }
td.TdClassName
{
border-color: #01F08D;
}
.TagClassName
{
border-color: #01F08D;
}
</style>