Shades of Medium Spring Green #01F18C
Tints of Medium Spring Green #01F18C
RGB
CMYK
RGB Variations
Color information
#01F18C (or 0x01F18C) is known color: Medium Spring Green. HEX triplet: 01, F1 and 8C. RGB value is (1,241,140). Sum of RGB (Red+Green+Blue) = 1+241+140=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #01F18C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F18C is #FE0E73. Grayscale: #9D9D9D. Windows color (decimal): -16649844 or 9236737. OLE color: 9236737.
HSL color Cylindrical-coordinate representation of color #01F18C: hue angle of 154.75º 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 #01F18C is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 140 | - |
| CMYK | 1.00 | 0 | 0.42 | 0.05 |
| HSL | 154.75º | 0.99% | 0.47% | - |
| HSV(B) | 154.75º | 1% | 0.95% | - |
| XYZ | 36.2 | 64.81 | 35.41 | - |
| YUV | 157.73 | 117.99 | 16.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 140 | 1.00 | 0 | 0.42 | 0.05 | 154.75 | 0.99 | 0.47 |
| Hex | 1 | F1 | 8C | 64 | 0 | 2A | 5 | 9B | 63 | 2F |
| Octal | 1 | 361 | 214 | 144 | 0 | 52 | 5 | 233 | 143 | 57 |
| Binary | 1 | 11110001 | 10001100 | 1100100 | 0 | 101010 | 101 | 10011011 | 1100011 | 101111 |
Color Harmonies of #01F18C
Complementary color
Monochromatic Colors of #01F18C
Black with #01F18C
Text Example
Text Example
White with #01F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F18C; }
p { color: rgb(1,241,140); }
H1.HeaderClassName
{
color: #01F18C;
}
.AnyTagClassName
{
color: #01F18C;
}
</style>
background-color css
<style>
a { background-color: #01F18C; }
a { background-color: rgb(1,241,140); }
div.DivClassName
{
background-color: #01F18C;
}
.BgClassName
{
background-color: #01F18C;
}
</style>
border-color css
<style>
span { border-color: #01F18C; }
span { border-color: rgb(1,241,140); }
td.TdClassName
{
border-color: #01F18C;
}
.TagClassName
{
border-color: #01F18C;
}
</style>