Shades of Dark Pastel Green #01C017
Tints of Dark Pastel Green #01C017
RGB
CMYK
RGB Variations
Color information
#01C017 (or 0x01C017) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 17. RGB value is (1,192,23). Sum of RGB (Red+Green+Blue) = 1+192+23=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 192 (75.39% from 255 or 88.89% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 192 - color contains mainly: green. Hex color #01C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C017 is #FE3FE8. Grayscale: #747474. Windows color (decimal): -16662505 or 1556481. OLE color: 1556481.
HSL color Cylindrical-coordinate representation of color #01C017: hue angle of 126.91º 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 #01C017 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 23 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.25 |
| HSL | 126.91º | 0.99% | 0.38% | - |
| HSV(B) | 126.91º | 0.99% | 0.75% | - |
| XYZ | 19.02 | 37.77 | 7.1 | - |
| YUV | 115.63 | 75.72 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 23 | 0.99 | 0 | 0.88 | 0.25 | 126.91 | 0.99 | 0.38 |
| Hex | 1 | C0 | 17 | 63 | 0 | 58 | 19 | 7F | 63 | 26 |
| Octal | 1 | 300 | 27 | 143 | 0 | 130 | 31 | 177 | 143 | 46 |
| Binary | 1 | 11000000 | 10111 | 1100011 | 0 | 1011000 | 11001 | 1111111 | 1100011 | 100110 |
Color Harmonies of #01C017
Complementary color
Monochromatic Colors of #01C017
Black with #01C017
Text Example
Text Example
White with #01C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C017; }
p { color: rgb(1,192,23); }
H1.HeaderClassName
{
color: #01C017;
}
.AnyTagClassName
{
color: #01C017;
}
</style>
background-color css
<style>
a { background-color: #01C017; }
a { background-color: rgb(1,192,23); }
div.DivClassName
{
background-color: #01C017;
}
.BgClassName
{
background-color: #01C017;
}
</style>
border-color css
<style>
span { border-color: #01C017; }
span { border-color: rgb(1,192,23); }
td.TdClassName
{
border-color: #01C017;
}
.TagClassName
{
border-color: #01C017;
}
</style>