Shades of Dark Pastel Green #06AC32
Tints of Dark Pastel Green #06AC32
RGB
CMYK
RGB Variations
Color information
#06AC32 (or 0x06AC32) is known color: Dark Pastel Green. HEX triplet: 06, AC and 32. RGB value is (6,172,50). Sum of RGB (Red+Green+Blue) = 6+172+50=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AC32 is #F953CD. Grayscale: #6C6C6C. Windows color (decimal): -16339918 or 3320838. OLE color: 3320838.
HSL color Cylindrical-coordinate representation of color #06AC32: hue angle of 135.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC32 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 172 | 50 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.33 |
| HSL | 135.9º | 0.93% | 0.35% | - |
| HSV(B) | 135.9º | 0.97% | 0.67% | - |
| XYZ | 15.4 | 29.77 | 7.95 | - |
| YUV | 108.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 50 | 0.97 | 0 | 0.71 | 0.33 | 135.9 | 0.93 | 0.35 |
| Hex | 6 | AC | 32 | 61 | 0 | 47 | 21 | 88 | 5D | 23 |
| Octal | 6 | 254 | 62 | 141 | 0 | 107 | 41 | 210 | 135 | 43 |
| Binary | 110 | 10101100 | 110010 | 1100001 | 0 | 1000111 | 100001 | 10001000 | 1011101 | 100011 |
Color Harmonies of #06AC32
Complementary color
Monochromatic Colors of #06AC32
Black with #06AC32
Text Example
Text Example
White with #06AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AC32; }
p { color: rgb(6,172,50); }
H1.HeaderClassName
{
color: #06AC32;
}
.AnyTagClassName
{
color: #06AC32;
}
</style>
background-color css
<style>
a { background-color: #06AC32; }
a { background-color: rgb(6,172,50); }
div.DivClassName
{
background-color: #06AC32;
}
.BgClassName
{
background-color: #06AC32;
}
</style>
border-color css
<style>
span { border-color: #06AC32; }
span { border-color: rgb(6,172,50); }
td.TdClassName
{
border-color: #06AC32;
}
.TagClassName
{
border-color: #06AC32;
}
</style>