Shades of Dark Pastel Green #06AD40
Tints of Dark Pastel Green #06AD40
RGB
CMYK
RGB Variations
Color information
#06AD40 (or 0x06AD40) is known color: Dark Pastel Green. HEX triplet: 06, AD and 40. RGB value is (6,173,64). Sum of RGB (Red+Green+Blue) = 6+173+64=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AD40 is #F952BF. Grayscale: #6E6E6E. Windows color (decimal): -16339648 or 4238598. OLE color: 4238598.
HSL color Cylindrical-coordinate representation of color #06AD40: hue angle of 140.84º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD40 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 64 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.32 |
| HSL | 140.84º | 0.93% | 0.35% | - |
| HSV(B) | 140.84º | 0.97% | 0.68% | - |
| XYZ | 15.94 | 30.3 | 9.86 | - |
| YUV | 110.64 | 101.67 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 64 | 0.97 | 0 | 0.63 | 0.32 | 140.84 | 0.93 | 0.35 |
| Hex | 6 | AD | 40 | 61 | 0 | 3F | 20 | 8D | 5D | 23 |
| Octal | 6 | 255 | 100 | 141 | 0 | 77 | 40 | 215 | 135 | 43 |
| Binary | 110 | 10101101 | 1000000 | 1100001 | 0 | 111111 | 100000 | 10001101 | 1011101 | 100011 |
Color Harmonies of #06AD40
Complementary color
Monochromatic Colors of #06AD40
Black with #06AD40
Text Example
Text Example
White with #06AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD40; }
p { color: rgb(6,173,64); }
H1.HeaderClassName
{
color: #06AD40;
}
.AnyTagClassName
{
color: #06AD40;
}
</style>
background-color css
<style>
a { background-color: #06AD40; }
a { background-color: rgb(6,173,64); }
div.DivClassName
{
background-color: #06AD40;
}
.BgClassName
{
background-color: #06AD40;
}
</style>
border-color css
<style>
span { border-color: #06AD40; }
span { border-color: rgb(6,173,64); }
td.TdClassName
{
border-color: #06AD40;
}
.TagClassName
{
border-color: #06AD40;
}
</style>