Shades of Dark Pastel Green #06A12A
Tints of Dark Pastel Green #06A12A
RGB
CMYK
RGB Variations
Color information
#06A12A (or 0x06A12A) is known color: Dark Pastel Green. HEX triplet: 06, A1 and 2A. RGB value is (6,161,42). Sum of RGB (Red+Green+Blue) = 6+161+42=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #06A12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A12A is #F95ED5. Grayscale: #656565. Windows color (decimal): -16342742 or 2793734. OLE color: 2793734.
HSL color Cylindrical-coordinate representation of color #06A12A: hue angle of 133.94º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A12A is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 42 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.37 |
| HSL | 133.94º | 0.93% | 0.33% | - |
| HSV(B) | 133.94º | 0.96% | 0.63% | - |
| XYZ | 13.24 | 25.7 | 6.45 | - |
| YUV | 101.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 42 | 0.96 | 0 | 0.74 | 0.37 | 133.94 | 0.93 | 0.33 |
| Hex | 6 | A1 | 2A | 60 | 0 | 4A | 25 | 86 | 5D | 21 |
| Octal | 6 | 241 | 52 | 140 | 0 | 112 | 45 | 206 | 135 | 41 |
| Binary | 110 | 10100001 | 101010 | 1100000 | 0 | 1001010 | 100101 | 10000110 | 1011101 | 100001 |
Color Harmonies of #06A12A
Complementary color
Monochromatic Colors of #06A12A
Black with #06A12A
Text Example
Text Example
White with #06A12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A12A; }
p { color: rgb(6,161,42); }
H1.HeaderClassName
{
color: #06A12A;
}
.AnyTagClassName
{
color: #06A12A;
}
</style>
background-color css
<style>
a { background-color: #06A12A; }
a { background-color: rgb(6,161,42); }
div.DivClassName
{
background-color: #06A12A;
}
.BgClassName
{
background-color: #06A12A;
}
</style>
border-color css
<style>
span { border-color: #06A12A; }
span { border-color: rgb(6,161,42); }
td.TdClassName
{
border-color: #06A12A;
}
.TagClassName
{
border-color: #06A12A;
}
</style>