Shades of Dark Pastel Green #06C22E
Tints of Dark Pastel Green #06C22E
RGB
CMYK
RGB Variations
Color information
#06C22E (or 0x06C22E) is known color: Dark Pastel Green. HEX triplet: 06, C2 and 2E. RGB value is (6,194,46). Sum of RGB (Red+Green+Blue) = 6+194+46=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #06C22E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C22E is #F93DD1. Grayscale: #797979. Windows color (decimal): -16334290 or 3064326. OLE color: 3064326.
HSL color Cylindrical-coordinate representation of color #06C22E: hue angle of 132.77º 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 #06C22E is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 46 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.24 |
| HSL | 132.77º | 0.94% | 0.39% | - |
| HSV(B) | 132.77º | 0.97% | 0.76% | - |
| XYZ | 19.86 | 38.82 | 9.03 | - |
| YUV | 120.92 | 85.72 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 46 | 0.97 | 0 | 0.76 | 0.24 | 132.77 | 0.94 | 0.39 |
| Hex | 6 | C2 | 2E | 61 | 0 | 4C | 18 | 85 | 5E | 27 |
| Octal | 6 | 302 | 56 | 141 | 0 | 114 | 30 | 205 | 136 | 47 |
| Binary | 110 | 11000010 | 101110 | 1100001 | 0 | 1001100 | 11000 | 10000101 | 1011110 | 100111 |
Color Harmonies of #06C22E
Complementary color
Monochromatic Colors of #06C22E
Black with #06C22E
Text Example
Text Example
White with #06C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C22E; }
p { color: rgb(6,194,46); }
H1.HeaderClassName
{
color: #06C22E;
}
.AnyTagClassName
{
color: #06C22E;
}
</style>
background-color css
<style>
a { background-color: #06C22E; }
a { background-color: rgb(6,194,46); }
div.DivClassName
{
background-color: #06C22E;
}
.BgClassName
{
background-color: #06C22E;
}
</style>
border-color css
<style>
span { border-color: #06C22E; }
span { border-color: rgb(6,194,46); }
td.TdClassName
{
border-color: #06C22E;
}
.TagClassName
{
border-color: #06C22E;
}
</style>