Shades of Dark Pastel Green #06C22C
Tints of Dark Pastel Green #06C22C
RGB
CMYK
RGB Variations
Color information
#06C22C (or 0x06C22C) is known color: Dark Pastel Green. HEX triplet: 06, C2 and 2C. RGB value is (6,194,44). Sum of RGB (Red+Green+Blue) = 6+194+44=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #06C22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C22C is #F93DD3. Grayscale: #797979. Windows color (decimal): -16334292 or 2933254. OLE color: 2933254.
HSL color Cylindrical-coordinate representation of color #06C22C: hue angle of 132.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C22C is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 44 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.24 |
| HSL | 132.13º | 0.94% | 0.39% | - |
| HSV(B) | 132.13º | 0.97% | 0.76% | - |
| XYZ | 19.82 | 38.8 | 8.83 | - |
| YUV | 120.69 | 84.72 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 44 | 0.97 | 0 | 0.77 | 0.24 | 132.13 | 0.94 | 0.39 |
| Hex | 6 | C2 | 2C | 61 | 0 | 4D | 18 | 84 | 5E | 27 |
| Octal | 6 | 302 | 54 | 141 | 0 | 115 | 30 | 204 | 136 | 47 |
| Binary | 110 | 11000010 | 101100 | 1100001 | 0 | 1001101 | 11000 | 10000100 | 1011110 | 100111 |
Color Harmonies of #06C22C
Complementary color
Monochromatic Colors of #06C22C
Black with #06C22C
Text Example
Text Example
White with #06C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C22C; }
p { color: rgb(6,194,44); }
H1.HeaderClassName
{
color: #06C22C;
}
.AnyTagClassName
{
color: #06C22C;
}
</style>
background-color css
<style>
a { background-color: #06C22C; }
a { background-color: rgb(6,194,44); }
div.DivClassName
{
background-color: #06C22C;
}
.BgClassName
{
background-color: #06C22C;
}
</style>
border-color css
<style>
span { border-color: #06C22C; }
span { border-color: rgb(6,194,44); }
td.TdClassName
{
border-color: #06C22C;
}
.TagClassName
{
border-color: #06C22C;
}
</style>