Shades of Medium Spring Green #01F18D
Tints of Medium Spring Green #01F18D
RGB
CMYK
RGB Variations
Color information
#01F18D (or 0x01F18D) is known color: Medium Spring Green. HEX triplet: 01, F1 and 8D. RGB value is (1,241,141). Sum of RGB (Red+Green+Blue) = 1+241+141=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #01F18D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F18D is #FE0E72. Grayscale: #9E9E9E. Windows color (decimal): -16649843 or 9302273. OLE color: 9302273.
HSL color Cylindrical-coordinate representation of color #01F18D: hue angle of 155º 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 #01F18D is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 141 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.05 |
| HSL | 155º | 0.99% | 0.47% | - |
| HSV(B) | 155º | 1% | 0.95% | - |
| XYZ | 36.28 | 64.84 | 35.8 | - |
| YUV | 157.84 | 118.49 | 16.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 141 | 1.00 | 0 | 0.41 | 0.05 | 155 | 0.99 | 0.47 |
| Hex | 1 | F1 | 8D | 64 | 0 | 29 | 5 | 9B | 63 | 2F |
| Octal | 1 | 361 | 215 | 144 | 0 | 51 | 5 | 233 | 143 | 57 |
| Binary | 1 | 11110001 | 10001101 | 1100100 | 0 | 101001 | 101 | 10011011 | 1100011 | 101111 |
Color Harmonies of #01F18D
Complementary color
Monochromatic Colors of #01F18D
Black with #01F18D
Text Example
Text Example
White with #01F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F18D; }
p { color: rgb(1,241,141); }
H1.HeaderClassName
{
color: #01F18D;
}
.AnyTagClassName
{
color: #01F18D;
}
</style>
background-color css
<style>
a { background-color: #01F18D; }
a { background-color: rgb(1,241,141); }
div.DivClassName
{
background-color: #01F18D;
}
.BgClassName
{
background-color: #01F18D;
}
</style>
border-color css
<style>
span { border-color: #01F18D; }
span { border-color: rgb(1,241,141); }
td.TdClassName
{
border-color: #01F18D;
}
.TagClassName
{
border-color: #01F18D;
}
</style>