Shades of Dark Pastel Green #06A22E
Tints of Dark Pastel Green #06A22E
RGB
CMYK
RGB Variations
Color information
#06A22E (or 0x06A22E) is known color: Dark Pastel Green. HEX triplet: 06, A2 and 2E. RGB value is (6,162,46). Sum of RGB (Red+Green+Blue) = 6+162+46=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #06A22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A22E is #F95DD1. Grayscale: #666666. Windows color (decimal): -16342482 or 3056134. OLE color: 3056134.
HSL color Cylindrical-coordinate representation of color #06A22E: hue angle of 135.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A22E is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 46 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.36 |
| HSL | 135.38º | 0.93% | 0.33% | - |
| HSV(B) | 135.38º | 0.96% | 0.64% | - |
| XYZ | 13.49 | 26.08 | 6.91 | - |
| YUV | 102.13 | 96.32 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 46 | 0.96 | 0 | 0.72 | 0.36 | 135.38 | 0.93 | 0.33 |
| Hex | 6 | A2 | 2E | 60 | 0 | 48 | 24 | 87 | 5D | 21 |
| Octal | 6 | 242 | 56 | 140 | 0 | 110 | 44 | 207 | 135 | 41 |
| Binary | 110 | 10100010 | 101110 | 1100000 | 0 | 1001000 | 100100 | 10000111 | 1011101 | 100001 |
Color Harmonies of #06A22E
Complementary color
Monochromatic Colors of #06A22E
Black with #06A22E
Text Example
Text Example
White with #06A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A22E; }
p { color: rgb(6,162,46); }
H1.HeaderClassName
{
color: #06A22E;
}
.AnyTagClassName
{
color: #06A22E;
}
</style>
background-color css
<style>
a { background-color: #06A22E; }
a { background-color: rgb(6,162,46); }
div.DivClassName
{
background-color: #06A22E;
}
.BgClassName
{
background-color: #06A22E;
}
</style>
border-color css
<style>
span { border-color: #06A22E; }
span { border-color: rgb(6,162,46); }
td.TdClassName
{
border-color: #06A22E;
}
.TagClassName
{
border-color: #06A22E;
}
</style>