Shades of Dark Pastel Green #06AC2D
Tints of Dark Pastel Green #06AC2D
RGB
CMYK
RGB Variations
Color information
#06AC2D (or 0x06AC2D) is known color: Dark Pastel Green. HEX triplet: 06, AC and 2D. RGB value is (6,172,45). Sum of RGB (Red+Green+Blue) = 6+172+45=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AC2D is #F953D2. Grayscale: #6C6C6C. Windows color (decimal): -16339923 or 2993158. OLE color: 2993158.
HSL color Cylindrical-coordinate representation of color #06AC2D: hue angle of 134.1º 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 #06AC2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 172 | 45 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.33 |
| HSL | 134.1º | 0.93% | 0.35% | - |
| HSV(B) | 134.1º | 0.97% | 0.67% | - |
| XYZ | 15.3 | 29.73 | 7.42 | - |
| YUV | 107.89 | 92.5 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 45 | 0.97 | 0 | 0.74 | 0.33 | 134.1 | 0.93 | 0.35 |
| Hex | 6 | AC | 2D | 61 | 0 | 4A | 21 | 86 | 5D | 23 |
| Octal | 6 | 254 | 55 | 141 | 0 | 112 | 41 | 206 | 135 | 43 |
| Binary | 110 | 10101100 | 101101 | 1100001 | 0 | 1001010 | 100001 | 10000110 | 1011101 | 100011 |
Color Harmonies of #06AC2D
Complementary color
Monochromatic Colors of #06AC2D
Black with #06AC2D
Text Example
Text Example
White with #06AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AC2D; }
p { color: rgb(6,172,45); }
H1.HeaderClassName
{
color: #06AC2D;
}
.AnyTagClassName
{
color: #06AC2D;
}
</style>
background-color css
<style>
a { background-color: #06AC2D; }
a { background-color: rgb(6,172,45); }
div.DivClassName
{
background-color: #06AC2D;
}
.BgClassName
{
background-color: #06AC2D;
}
</style>
border-color css
<style>
span { border-color: #06AC2D; }
span { border-color: rgb(6,172,45); }
td.TdClassName
{
border-color: #06AC2D;
}
.TagClassName
{
border-color: #06AC2D;
}
</style>