Shades of Medium Spring Green #01F18E
Tints of Medium Spring Green #01F18E
RGB
CMYK
RGB Variations
Color information
#01F18E (or 0x01F18E) is known color: Medium Spring Green. HEX triplet: 01, F1 and 8E. RGB value is (1,241,142). Sum of RGB (Red+Green+Blue) = 1+241+142=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 241 (94.53% from 255 or 62.76% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 241 - color contains mainly: green. Hex color #01F18E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F18E is #FE0E71. Grayscale: #9E9E9E. Windows color (decimal): -16649842 or 9367809. OLE color: 9367809.
HSL color Cylindrical-coordinate representation of color #01F18E: hue angle of 155.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F18E is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 142 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.05 |
| HSL | 155.25º | 0.99% | 0.47% | - |
| HSV(B) | 155.25º | 1% | 0.95% | - |
| XYZ | 36.35 | 64.87 | 36.2 | - |
| YUV | 157.95 | 118.99 | 16.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 142 | 1.00 | 0 | 0.41 | 0.05 | 155.25 | 0.99 | 0.47 |
| Hex | 1 | F1 | 8E | 64 | 0 | 29 | 5 | 9B | 63 | 2F |
| Octal | 1 | 361 | 216 | 144 | 0 | 51 | 5 | 233 | 143 | 57 |
| Binary | 1 | 11110001 | 10001110 | 1100100 | 0 | 101001 | 101 | 10011011 | 1100011 | 101111 |
Color Harmonies of #01F18E
Complementary color
Monochromatic Colors of #01F18E
Black with #01F18E
Text Example
Text Example
White with #01F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F18E; }
p { color: rgb(1,241,142); }
H1.HeaderClassName
{
color: #01F18E;
}
.AnyTagClassName
{
color: #01F18E;
}
</style>
background-color css
<style>
a { background-color: #01F18E; }
a { background-color: rgb(1,241,142); }
div.DivClassName
{
background-color: #01F18E;
}
.BgClassName
{
background-color: #01F18E;
}
</style>
border-color css
<style>
span { border-color: #01F18E; }
span { border-color: rgb(1,241,142); }
td.TdClassName
{
border-color: #01F18E;
}
.TagClassName
{
border-color: #01F18E;
}
</style>