Shades of Dark Pastel Green #06A42C
Tints of Dark Pastel Green #06A42C
RGB
CMYK
RGB Variations
Color information
#06A42C (or 0x06A42C) is known color: Dark Pastel Green. HEX triplet: 06, A4 and 2C. RGB value is (6,164,44). Sum of RGB (Red+Green+Blue) = 6+164+44=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 164 (64.45% from 255 or 76.64% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 164 - color contains mainly: green. Hex color #06A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A42C is #F95BD3. Grayscale: #676767. Windows color (decimal): -16341972 or 2925574. OLE color: 2925574.
HSL color Cylindrical-coordinate representation of color #06A42C: hue angle of 134.43º 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 #06A42C is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 164 | 44 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.36 |
| HSL | 134.43º | 0.93% | 0.33% | - |
| HSV(B) | 134.43º | 0.96% | 0.64% | - |
| XYZ | 13.81 | 26.77 | 6.82 | - |
| YUV | 103.08 | 94.65 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 44 | 0.96 | 0 | 0.73 | 0.36 | 134.43 | 0.93 | 0.33 |
| Hex | 6 | A4 | 2C | 60 | 0 | 49 | 24 | 86 | 5D | 21 |
| Octal | 6 | 244 | 54 | 140 | 0 | 111 | 44 | 206 | 135 | 41 |
| Binary | 110 | 10100100 | 101100 | 1100000 | 0 | 1001001 | 100100 | 10000110 | 1011101 | 100001 |
Color Harmonies of #06A42C
Complementary color
Monochromatic Colors of #06A42C
Black with #06A42C
Text Example
Text Example
White with #06A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A42C; }
p { color: rgb(6,164,44); }
H1.HeaderClassName
{
color: #06A42C;
}
.AnyTagClassName
{
color: #06A42C;
}
</style>
background-color css
<style>
a { background-color: #06A42C; }
a { background-color: rgb(6,164,44); }
div.DivClassName
{
background-color: #06A42C;
}
.BgClassName
{
background-color: #06A42C;
}
</style>
border-color css
<style>
span { border-color: #06A42C; }
span { border-color: rgb(6,164,44); }
td.TdClassName
{
border-color: #06A42C;
}
.TagClassName
{
border-color: #06A42C;
}
</style>