Shades of Dark Pastel Green #01C016
Tints of Dark Pastel Green #01C016
RGB
CMYK
RGB Variations
Color information
#01C016 (or 0x01C016) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 16. RGB value is (1,192,22). Sum of RGB (Red+Green+Blue) = 1+192+22=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #01C016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C016 is #FE3FE9. Grayscale: #747474. Windows color (decimal): -16662506 or 1490945. OLE color: 1490945.
HSL color Cylindrical-coordinate representation of color #01C016: hue angle of 126.6º 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 #01C016 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 22 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.25 |
| HSL | 126.6º | 0.99% | 0.38% | - |
| HSV(B) | 126.6º | 0.99% | 0.75% | - |
| XYZ | 19.01 | 37.76 | 7.05 | - |
| YUV | 115.51 | 75.22 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 22 | 0.99 | 0 | 0.89 | 0.25 | 126.6 | 0.99 | 0.38 |
| Hex | 1 | C0 | 16 | 63 | 0 | 59 | 19 | 7F | 63 | 26 |
| Octal | 1 | 300 | 26 | 143 | 0 | 131 | 31 | 177 | 143 | 46 |
| Binary | 1 | 11000000 | 10110 | 1100011 | 0 | 1011001 | 11001 | 1111111 | 1100011 | 100110 |
Color Harmonies of #01C016
Complementary color
Monochromatic Colors of #01C016
Black with #01C016
Text Example
Text Example
White with #01C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C016; }
p { color: rgb(1,192,22); }
H1.HeaderClassName
{
color: #01C016;
}
.AnyTagClassName
{
color: #01C016;
}
</style>
background-color css
<style>
a { background-color: #01C016; }
a { background-color: rgb(1,192,22); }
div.DivClassName
{
background-color: #01C016;
}
.BgClassName
{
background-color: #01C016;
}
</style>
border-color css
<style>
span { border-color: #01C016; }
span { border-color: rgb(1,192,22); }
td.TdClassName
{
border-color: #01C016;
}
.TagClassName
{
border-color: #01C016;
}
</style>