Shades of Dark Pastel Green #06A931
Tints of Dark Pastel Green #06A931
RGB
CMYK
RGB Variations
Color information
#06A931 (or 0x06A931) is known color: Dark Pastel Green. HEX triplet: 06, A9 and 31. RGB value is (6,169,49). Sum of RGB (Red+Green+Blue) = 6+169+49=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 169 (66.41% from 255 or 75.45% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 169 - color contains mainly: green. Hex color #06A931 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A931 is #F956CE. Grayscale: #6A6A6A. Windows color (decimal): -16340687 or 3254534. OLE color: 3254534.
HSL color Cylindrical-coordinate representation of color #06A931: hue angle of 135.83º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A931 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 169 | 49 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.34 |
| HSL | 135.83º | 0.93% | 0.34% | - |
| HSV(B) | 135.83º | 0.96% | 0.66% | - |
| XYZ | 14.82 | 28.64 | 7.65 | - |
| YUV | 106.58 | 95.5 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 169 | 49 | 0.96 | 0 | 0.71 | 0.34 | 135.83 | 0.93 | 0.34 |
| Hex | 6 | A9 | 31 | 60 | 0 | 47 | 22 | 88 | 5D | 22 |
| Octal | 6 | 251 | 61 | 140 | 0 | 107 | 42 | 210 | 135 | 42 |
| Binary | 110 | 10101001 | 110001 | 1100000 | 0 | 1000111 | 100010 | 10001000 | 1011101 | 100010 |
Color Harmonies of #06A931
Complementary color
Monochromatic Colors of #06A931
Black with #06A931
Text Example
Text Example
White with #06A931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A931; }
p { color: rgb(6,169,49); }
H1.HeaderClassName
{
color: #06A931;
}
.AnyTagClassName
{
color: #06A931;
}
</style>
background-color css
<style>
a { background-color: #06A931; }
a { background-color: rgb(6,169,49); }
div.DivClassName
{
background-color: #06A931;
}
.BgClassName
{
background-color: #06A931;
}
</style>
border-color css
<style>
span { border-color: #06A931; }
span { border-color: rgb(6,169,49); }
td.TdClassName
{
border-color: #06A931;
}
.TagClassName
{
border-color: #06A931;
}
</style>