Shades of Dark Pastel Green #06A234
Tints of Dark Pastel Green #06A234
RGB
CMYK
RGB Variations
Color information
#06A234 (or 0x06A234) is known color: Dark Pastel Green. HEX triplet: 06, A2 and 34. RGB value is (6,162,52). Sum of RGB (Red+Green+Blue) = 6+162+52=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #06A234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A234 is #F95DCB. Grayscale: #676767. Windows color (decimal): -16342476 or 3449350. OLE color: 3449350.
HSL color Cylindrical-coordinate representation of color #06A234: hue angle of 137.69º 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 #06A234 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 52 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.36 |
| HSL | 137.69º | 0.93% | 0.33% | - |
| HSV(B) | 137.69º | 0.96% | 0.64% | - |
| XYZ | 13.62 | 26.13 | 7.57 | - |
| YUV | 102.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 52 | 0.96 | 0 | 0.68 | 0.36 | 137.69 | 0.93 | 0.33 |
| Hex | 6 | A2 | 34 | 60 | 0 | 44 | 24 | 8A | 5D | 21 |
| Octal | 6 | 242 | 64 | 140 | 0 | 104 | 44 | 212 | 135 | 41 |
| Binary | 110 | 10100010 | 110100 | 1100000 | 0 | 1000100 | 100100 | 10001010 | 1011101 | 100001 |
Color Harmonies of #06A234
Complementary color
Monochromatic Colors of #06A234
Black with #06A234
Text Example
Text Example
White with #06A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A234; }
p { color: rgb(6,162,52); }
H1.HeaderClassName
{
color: #06A234;
}
.AnyTagClassName
{
color: #06A234;
}
</style>
background-color css
<style>
a { background-color: #06A234; }
a { background-color: rgb(6,162,52); }
div.DivClassName
{
background-color: #06A234;
}
.BgClassName
{
background-color: #06A234;
}
</style>
border-color css
<style>
span { border-color: #06A234; }
span { border-color: rgb(6,162,52); }
td.TdClassName
{
border-color: #06A234;
}
.TagClassName
{
border-color: #06A234;
}
</style>