Shades of Medium Spring Green #01E68C
Tints of Medium Spring Green #01E68C
RGB
CMYK
RGB Variations
Color information
#01E68C (or 0x01E68C) is known color: Medium Spring Green. HEX triplet: 01, E6 and 8C. RGB value is (1,230,140). Sum of RGB (Red+Green+Blue) = 1+230+140=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #01E68C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01E68C is #FE1973. Grayscale: #979797. Windows color (decimal): -16652660 or 9233921. OLE color: 9233921.
HSL color Cylindrical-coordinate representation of color #01E68C: hue angle of 156.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E68C is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 140 | - |
| CMYK | 1.00 | 0 | 0.39 | 0.10 |
| HSL | 156.42º | 0.99% | 0.45% | - |
| HSV(B) | 156.42º | 1% | 0.9% | - |
| XYZ | 33.04 | 58.49 | 34.36 | - |
| YUV | 151.27 | 121.63 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 140 | 1.00 | 0 | 0.39 | 0.10 | 156.42 | 0.99 | 0.45 |
| Hex | 1 | E6 | 8C | 64 | 0 | 27 | A | 9C | 63 | 2D |
| Octal | 1 | 346 | 214 | 144 | 0 | 47 | 12 | 234 | 143 | 55 |
| Binary | 1 | 11100110 | 10001100 | 1100100 | 0 | 100111 | 1010 | 10011100 | 1100011 | 101101 |
Color Harmonies of #01E68C
Complementary color
Monochromatic Colors of #01E68C
Black with #01E68C
Text Example
Text Example
White with #01E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E68C; }
p { color: rgb(1,230,140); }
H1.HeaderClassName
{
color: #01E68C;
}
.AnyTagClassName
{
color: #01E68C;
}
</style>
background-color css
<style>
a { background-color: #01E68C; }
a { background-color: rgb(1,230,140); }
div.DivClassName
{
background-color: #01E68C;
}
.BgClassName
{
background-color: #01E68C;
}
</style>
border-color css
<style>
span { border-color: #01E68C; }
span { border-color: rgb(1,230,140); }
td.TdClassName
{
border-color: #01E68C;
}
.TagClassName
{
border-color: #01E68C;
}
</style>