Shades of Dark Pastel Green #01C61C
Tints of Dark Pastel Green #01C61C
RGB
CMYK
RGB Variations
Color information
#01C61C (or 0x01C61C) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 1C. RGB value is (1,198,28). Sum of RGB (Red+Green+Blue) = 1+198+28=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 198 (77.73% from 255 or 87.22% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 198 - color contains mainly: green. Hex color #01C61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C61C is #FE39E3. Grayscale: #787878. Windows color (decimal): -16660964 or 1885697. OLE color: 1885697.
HSL color Cylindrical-coordinate representation of color #01C61C: hue angle of 128.22º 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 #01C61C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.22 |
| HSL | 128.22º | 0.99% | 0.39% | - |
| HSV(B) | 128.22º | 0.99% | 0.78% | - |
| XYZ | 20.42 | 40.48 | 7.84 | - |
| YUV | 119.72 | 76.23 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 28 | 0.99 | 0 | 0.86 | 0.22 | 128.22 | 0.99 | 0.39 |
| Hex | 1 | C6 | 1C | 63 | 0 | 56 | 16 | 80 | 63 | 27 |
| Octal | 1 | 306 | 34 | 143 | 0 | 126 | 26 | 200 | 143 | 47 |
| Binary | 1 | 11000110 | 11100 | 1100011 | 0 | 1010110 | 10110 | 10000000 | 1100011 | 100111 |
Color Harmonies of #01C61C
Complementary color
Monochromatic Colors of #01C61C
Black with #01C61C
Text Example
Text Example
White with #01C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C61C; }
p { color: rgb(1,198,28); }
H1.HeaderClassName
{
color: #01C61C;
}
.AnyTagClassName
{
color: #01C61C;
}
</style>
background-color css
<style>
a { background-color: #01C61C; }
a { background-color: rgb(1,198,28); }
div.DivClassName
{
background-color: #01C61C;
}
.BgClassName
{
background-color: #01C61C;
}
</style>
border-color css
<style>
span { border-color: #01C61C; }
span { border-color: rgb(1,198,28); }
td.TdClassName
{
border-color: #01C61C;
}
.TagClassName
{
border-color: #01C61C;
}
</style>