Shades of Medium Spring Green #01E38C
Tints of Medium Spring Green #01E38C
RGB
CMYK
RGB Variations
Color information
#01E38C (or 0x01E38C) is known color: Medium Spring Green. HEX triplet: 01, E3 and 8C. RGB value is (1,227,140). Sum of RGB (Red+Green+Blue) = 1+227+140=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #01E38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E38C is #FE1C73. Grayscale: #959595. Windows color (decimal): -16653428 or 9233153. OLE color: 9233153.
HSL color Cylindrical-coordinate representation of color #01E38C: hue angle of 156.9º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E38C is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 227 | 140 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.11 |
| HSL | 156.9º | 0.99% | 0.45% | - |
| HSV(B) | 156.9º | 1% | 0.89% | - |
| XYZ | 32.22 | 56.84 | 34.08 | - |
| YUV | 149.51 | 122.63 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 227 | 140 | 1.00 | 0 | 0.38 | 0.11 | 156.9 | 0.99 | 0.45 |
| Hex | 1 | E3 | 8C | 64 | 0 | 26 | B | 9D | 63 | 2D |
| Octal | 1 | 343 | 214 | 144 | 0 | 46 | 13 | 235 | 143 | 55 |
| Binary | 1 | 11100011 | 10001100 | 1100100 | 0 | 100110 | 1011 | 10011101 | 1100011 | 101101 |
Color Harmonies of #01E38C
Complementary color
Monochromatic Colors of #01E38C
Black with #01E38C
Text Example
Text Example
White with #01E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E38C; }
p { color: rgb(1,227,140); }
H1.HeaderClassName
{
color: #01E38C;
}
.AnyTagClassName
{
color: #01E38C;
}
</style>
background-color css
<style>
a { background-color: #01E38C; }
a { background-color: rgb(1,227,140); }
div.DivClassName
{
background-color: #01E38C;
}
.BgClassName
{
background-color: #01E38C;
}
</style>
border-color css
<style>
span { border-color: #01E38C; }
span { border-color: rgb(1,227,140); }
td.TdClassName
{
border-color: #01E38C;
}
.TagClassName
{
border-color: #01E38C;
}
</style>