Shades of Dark Pastel Green #01C040
Tints of Dark Pastel Green #01C040
RGB
CMYK
RGB Variations
Color information
#01C040 (or 0x01C040) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 40. RGB value is (1,192,64). Sum of RGB (Red+Green+Blue) = 1+192+64=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #01C040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C040 is #FE3FBF. Grayscale: #787878. Windows color (decimal): -16662464 or 4243457. OLE color: 4243457.
HSL color Cylindrical-coordinate representation of color #01C040: hue angle of 139.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C040 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 64 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.25 |
| HSL | 139.79º | 0.99% | 0.38% | - |
| HSV(B) | 139.79º | 0.99% | 0.75% | - |
| XYZ | 19.79 | 38.08 | 11.16 | - |
| YUV | 120.3 | 96.22 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 64 | 0.99 | 0 | 0.67 | 0.25 | 139.79 | 0.99 | 0.38 |
| Hex | 1 | C0 | 40 | 63 | 0 | 43 | 19 | 8C | 63 | 26 |
| Octal | 1 | 300 | 100 | 143 | 0 | 103 | 31 | 214 | 143 | 46 |
| Binary | 1 | 11000000 | 1000000 | 1100011 | 0 | 1000011 | 11001 | 10001100 | 1100011 | 100110 |
Color Harmonies of #01C040
Complementary color
Monochromatic Colors of #01C040
Black with #01C040
Text Example
Text Example
White with #01C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C040; }
p { color: rgb(1,192,64); }
H1.HeaderClassName
{
color: #01C040;
}
.AnyTagClassName
{
color: #01C040;
}
</style>
background-color css
<style>
a { background-color: #01C040; }
a { background-color: rgb(1,192,64); }
div.DivClassName
{
background-color: #01C040;
}
.BgClassName
{
background-color: #01C040;
}
</style>
border-color css
<style>
span { border-color: #01C040; }
span { border-color: rgb(1,192,64); }
td.TdClassName
{
border-color: #01C040;
}
.TagClassName
{
border-color: #01C040;
}
</style>