Shades of Spring Green #01DC76
Tints of Spring Green #01DC76
RGB
CMYK
RGB Variations
Color information
#01DC76 (or 0x01DC76) is known color: Spring Green. HEX triplet: 01, DC and 76. RGB value is (1,220,118). Sum of RGB (Red+Green+Blue) = 1+220+118=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DC76 is #FE2389. Grayscale: #8F8F8F. Windows color (decimal): -16655242 or 7789569. OLE color: 7789569.
HSL color Cylindrical-coordinate representation of color #01DC76: hue angle of 152.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC76 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 118 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.14 |
| HSL | 152.05º | 0.99% | 0.43% | - |
| HSV(B) | 152.05º | 1% | 0.86% | - |
| XYZ | 28.88 | 52.5 | 25.75 | - |
| YUV | 142.89 | 113.95 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 118 | 1.00 | 0 | 0.46 | 0.14 | 152.05 | 0.99 | 0.43 |
| Hex | 1 | DC | 76 | 64 | 0 | 2E | E | 98 | 63 | 2B |
| Octal | 1 | 334 | 166 | 144 | 0 | 56 | 16 | 230 | 143 | 53 |
| Binary | 1 | 11011100 | 1110110 | 1100100 | 0 | 101110 | 1110 | 10011000 | 1100011 | 101011 |
Color Harmonies of #01DC76
Complementary color
Monochromatic Colors of #01DC76
Black with #01DC76
Text Example
Text Example
White with #01DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC76; }
p { color: rgb(1,220,118); }
H1.HeaderClassName
{
color: #01DC76;
}
.AnyTagClassName
{
color: #01DC76;
}
</style>
background-color css
<style>
a { background-color: #01DC76; }
a { background-color: rgb(1,220,118); }
div.DivClassName
{
background-color: #01DC76;
}
.BgClassName
{
background-color: #01DC76;
}
</style>
border-color css
<style>
span { border-color: #01DC76; }
span { border-color: rgb(1,220,118); }
td.TdClassName
{
border-color: #01DC76;
}
.TagClassName
{
border-color: #01DC76;
}
</style>