Shades of Dark Pastel Green #01C122
Tints of Dark Pastel Green #01C122
RGB
CMYK
RGB Variations
Color information
#01C122 (or 0x01C122) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 22. RGB value is (1,193,34). Sum of RGB (Red+Green+Blue) = 1+193+34=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 193 (75.78% from 255 or 84.65% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 193 - color contains mainly: green. Hex color #01C122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C122 is #FE3EDD. Grayscale: #757575. Windows color (decimal): -16662238 or 2277633. OLE color: 2277633.
HSL color Cylindrical-coordinate representation of color #01C122: hue angle of 130.31º 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 #01C122 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 34 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.24 |
| HSL | 130.31º | 0.99% | 0.38% | - |
| HSV(B) | 130.31º | 0.99% | 0.76% | - |
| XYZ | 19.37 | 38.26 | 7.88 | - |
| YUV | 117.47 | 80.89 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 34 | 0.99 | 0 | 0.82 | 0.24 | 130.31 | 0.99 | 0.38 |
| Hex | 1 | C1 | 22 | 63 | 0 | 52 | 18 | 82 | 63 | 26 |
| Octal | 1 | 301 | 42 | 143 | 0 | 122 | 30 | 202 | 143 | 46 |
| Binary | 1 | 11000001 | 100010 | 1100011 | 0 | 1010010 | 11000 | 10000010 | 1100011 | 100110 |
Color Harmonies of #01C122
Complementary color
Monochromatic Colors of #01C122
Black with #01C122
Text Example
Text Example
White with #01C122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C122; }
p { color: rgb(1,193,34); }
H1.HeaderClassName
{
color: #01C122;
}
.AnyTagClassName
{
color: #01C122;
}
</style>
background-color css
<style>
a { background-color: #01C122; }
a { background-color: rgb(1,193,34); }
div.DivClassName
{
background-color: #01C122;
}
.BgClassName
{
background-color: #01C122;
}
</style>
border-color css
<style>
span { border-color: #01C122; }
span { border-color: rgb(1,193,34); }
td.TdClassName
{
border-color: #01C122;
}
.TagClassName
{
border-color: #01C122;
}
</style>