Shades of Dark Pastel Green #01C44D
Tints of Dark Pastel Green #01C44D
RGB
CMYK
RGB Variations
Color information
#01C44D (or 0x01C44D) is known color: Dark Pastel Green. HEX triplet: 01, C4 and 4D. RGB value is (1,196,77). Sum of RGB (Red+Green+Blue) = 1+196+77=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 196 (76.95% from 255 or 71.53% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 196 - color contains mainly: green. Hex color #01C44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C44D is #FE3BB2. Grayscale: #7C7C7C. Windows color (decimal): -16661427 or 5096449. OLE color: 5096449.
HSL color Cylindrical-coordinate representation of color #01C44D: hue angle of 143.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C44D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 77 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.23 |
| HSL | 143.38º | 0.99% | 0.39% | - |
| HSV(B) | 143.38º | 0.99% | 0.77% | - |
| XYZ | 21.09 | 40.02 | 13.63 | - |
| YUV | 124.13 | 101.4 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 77 | 0.99 | 0 | 0.61 | 0.23 | 143.38 | 0.99 | 0.39 |
| Hex | 1 | C4 | 4D | 63 | 0 | 3D | 17 | 8F | 63 | 27 |
| Octal | 1 | 304 | 115 | 143 | 0 | 75 | 27 | 217 | 143 | 47 |
| Binary | 1 | 11000100 | 1001101 | 1100011 | 0 | 111101 | 10111 | 10001111 | 1100011 | 100111 |
Color Harmonies of #01C44D
Complementary color
Monochromatic Colors of #01C44D
Black with #01C44D
Text Example
Text Example
White with #01C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C44D; }
p { color: rgb(1,196,77); }
H1.HeaderClassName
{
color: #01C44D;
}
.AnyTagClassName
{
color: #01C44D;
}
</style>
background-color css
<style>
a { background-color: #01C44D; }
a { background-color: rgb(1,196,77); }
div.DivClassName
{
background-color: #01C44D;
}
.BgClassName
{
background-color: #01C44D;
}
</style>
border-color css
<style>
span { border-color: #01C44D; }
span { border-color: rgb(1,196,77); }
td.TdClassName
{
border-color: #01C44D;
}
.TagClassName
{
border-color: #01C44D;
}
</style>