Shades of Dark Pastel Green #01CC20
Tints of Dark Pastel Green #01CC20
RGB
CMYK
RGB Variations
Color information
#01CC20 (or 0x01CC20) is known color: Dark Pastel Green. HEX triplet: 01, CC and 20. RGB value is (1,204,32). Sum of RGB (Red+Green+Blue) = 1+204+32=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC20 is #FE33DF. Grayscale: #7C7C7C. Windows color (decimal): -16659424 or 2149377. OLE color: 2149377.
HSL color Cylindrical-coordinate representation of color #01CC20: hue angle of 129.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC20 is Cyan = 1.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 32 | - |
| CMYK | 1.00 | 0 | 0.84 | 0.2 |
| HSL | 129.16º | 0.99% | 0.4% | - |
| HSV(B) | 129.16º | 1% | 0.8% | - |
| XYZ | 21.87 | 43.3 | 8.57 | - |
| YUV | 123.7 | 76.25 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 32 | 1.00 | 0 | 0.84 | 0.2 | 129.16 | 0.99 | 0.4 |
| Hex | 1 | CC | 20 | 64 | 0 | 54 | 14 | 81 | 63 | 28 |
| Octal | 1 | 314 | 40 | 144 | 0 | 124 | 24 | 201 | 143 | 50 |
| Binary | 1 | 11001100 | 100000 | 1100100 | 0 | 1010100 | 10100 | 10000001 | 1100011 | 101000 |
Color Harmonies of #01CC20
Complementary color
Monochromatic Colors of #01CC20
Black with #01CC20
Text Example
Text Example
White with #01CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC20; }
p { color: rgb(1,204,32); }
H1.HeaderClassName
{
color: #01CC20;
}
.AnyTagClassName
{
color: #01CC20;
}
</style>
background-color css
<style>
a { background-color: #01CC20; }
a { background-color: rgb(1,204,32); }
div.DivClassName
{
background-color: #01CC20;
}
.BgClassName
{
background-color: #01CC20;
}
</style>
border-color css
<style>
span { border-color: #01CC20; }
span { border-color: rgb(1,204,32); }
td.TdClassName
{
border-color: #01CC20;
}
.TagClassName
{
border-color: #01CC20;
}
</style>