Shades of Dark Pastel Green #06A12D
Tints of Dark Pastel Green #06A12D
RGB
CMYK
RGB Variations
Color information
#06A12D (or 0x06A12D) is known color: Dark Pastel Green. HEX triplet: 06, A1 and 2D. RGB value is (6,161,45). Sum of RGB (Red+Green+Blue) = 6+161+45=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #06A12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A12D is #F95ED2. Grayscale: #656565. Windows color (decimal): -16342739 or 2990342. OLE color: 2990342.
HSL color Cylindrical-coordinate representation of color #06A12D: hue angle of 135.1º 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 #06A12D is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 45 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.37 |
| HSL | 135.1º | 0.93% | 0.33% | - |
| HSV(B) | 135.1º | 0.96% | 0.63% | - |
| XYZ | 13.29 | 25.72 | 6.75 | - |
| YUV | 101.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 45 | 0.96 | 0 | 0.72 | 0.37 | 135.1 | 0.93 | 0.33 |
| Hex | 6 | A1 | 2D | 60 | 0 | 48 | 25 | 87 | 5D | 21 |
| Octal | 6 | 241 | 55 | 140 | 0 | 110 | 45 | 207 | 135 | 41 |
| Binary | 110 | 10100001 | 101101 | 1100000 | 0 | 1001000 | 100101 | 10000111 | 1011101 | 100001 |
Color Harmonies of #06A12D
Complementary color
Monochromatic Colors of #06A12D
Black with #06A12D
Text Example
Text Example
White with #06A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A12D; }
p { color: rgb(6,161,45); }
H1.HeaderClassName
{
color: #06A12D;
}
.AnyTagClassName
{
color: #06A12D;
}
</style>
background-color css
<style>
a { background-color: #06A12D; }
a { background-color: rgb(6,161,45); }
div.DivClassName
{
background-color: #06A12D;
}
.BgClassName
{
background-color: #06A12D;
}
</style>
border-color css
<style>
span { border-color: #06A12D; }
span { border-color: rgb(6,161,45); }
td.TdClassName
{
border-color: #06A12D;
}
.TagClassName
{
border-color: #06A12D;
}
</style>