Shades of Dark Pastel Green #01C222
Tints of Dark Pastel Green #01C222
RGB
CMYK
RGB Variations
Color information
#01C222 (or 0x01C222) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 22. RGB value is (1,194,34). Sum of RGB (Red+Green+Blue) = 1+194+34=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 194 (76.17% from 255 or 84.72% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 194 - color contains mainly: green. Hex color #01C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C222 is #FE3DDD. Grayscale: #767676. Windows color (decimal): -16661982 or 2277889. OLE color: 2277889.
HSL color Cylindrical-coordinate representation of color #01C222: hue angle of 130.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C222 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 194 | 34 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.24 |
| HSL | 130.26º | 0.99% | 0.38% | - |
| HSV(B) | 130.26º | 0.99% | 0.76% | - |
| XYZ | 19.59 | 38.71 | 7.95 | - |
| YUV | 118.05 | 80.56 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 34 | 0.99 | 0 | 0.82 | 0.24 | 130.26 | 0.99 | 0.38 |
| Hex | 1 | C2 | 22 | 63 | 0 | 52 | 18 | 82 | 63 | 26 |
| Octal | 1 | 302 | 42 | 143 | 0 | 122 | 30 | 202 | 143 | 46 |
| Binary | 1 | 11000010 | 100010 | 1100011 | 0 | 1010010 | 11000 | 10000010 | 1100011 | 100110 |
Color Harmonies of #01C222
Complementary color
Monochromatic Colors of #01C222
Black with #01C222
Text Example
Text Example
White with #01C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C222; }
p { color: rgb(1,194,34); }
H1.HeaderClassName
{
color: #01C222;
}
.AnyTagClassName
{
color: #01C222;
}
</style>
background-color css
<style>
a { background-color: #01C222; }
a { background-color: rgb(1,194,34); }
div.DivClassName
{
background-color: #01C222;
}
.BgClassName
{
background-color: #01C222;
}
</style>
border-color css
<style>
span { border-color: #01C222; }
span { border-color: rgb(1,194,34); }
td.TdClassName
{
border-color: #01C222;
}
.TagClassName
{
border-color: #01C222;
}
</style>