Shades of Dark Pastel Green #01C71C
Tints of Dark Pastel Green #01C71C
RGB
CMYK
RGB Variations
Color information
#01C71C (or 0x01C71C) is known color: Dark Pastel Green. HEX triplet: 01, C7 and 1C. RGB value is (1,199,28). Sum of RGB (Red+Green+Blue) = 1+199+28=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 199 (78.12% from 255 or 87.28% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 199 - color contains mainly: green. Hex color #01C71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C71C is #FE38E3. Grayscale: #787878. Windows color (decimal): -16660708 or 1885953. OLE color: 1885953.
HSL color Cylindrical-coordinate representation of color #01C71C: hue angle of 128.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C71C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 199 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.22 |
| HSL | 128.18º | 0.99% | 0.39% | - |
| HSV(B) | 128.18º | 0.99% | 0.78% | - |
| XYZ | 20.65 | 40.94 | 7.91 | - |
| YUV | 120.3 | 75.9 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 199 | 28 | 0.99 | 0 | 0.86 | 0.22 | 128.18 | 0.99 | 0.39 |
| Hex | 1 | C7 | 1C | 63 | 0 | 56 | 16 | 80 | 63 | 27 |
| Octal | 1 | 307 | 34 | 143 | 0 | 126 | 26 | 200 | 143 | 47 |
| Binary | 1 | 11000111 | 11100 | 1100011 | 0 | 1010110 | 10110 | 10000000 | 1100011 | 100111 |
Color Harmonies of #01C71C
Complementary color
Monochromatic Colors of #01C71C
Black with #01C71C
Text Example
Text Example
White with #01C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C71C; }
p { color: rgb(1,199,28); }
H1.HeaderClassName
{
color: #01C71C;
}
.AnyTagClassName
{
color: #01C71C;
}
</style>
background-color css
<style>
a { background-color: #01C71C; }
a { background-color: rgb(1,199,28); }
div.DivClassName
{
background-color: #01C71C;
}
.BgClassName
{
background-color: #01C71C;
}
</style>
border-color css
<style>
span { border-color: #01C71C; }
span { border-color: rgb(1,199,28); }
td.TdClassName
{
border-color: #01C71C;
}
.TagClassName
{
border-color: #01C71C;
}
</style>