Shades of Dark Pastel Green #04AC2D
Tints of Dark Pastel Green #04AC2D
RGB
CMYK
RGB Variations
Color information
#04AC2D (or 0x04AC2D) is known color: Dark Pastel Green. HEX triplet: 04, AC and 2D. RGB value is (4,172,45). Sum of RGB (Red+Green+Blue) = 4+172+45=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AC2D is #FB53D2. Grayscale: #6B6B6B. Windows color (decimal): -16470995 or 2993156. OLE color: 2993156.
HSL color Cylindrical-coordinate representation of color #04AC2D: hue angle of 134.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AC2D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 172 | 45 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.33 |
| HSL | 134.64º | 0.95% | 0.35% | - |
| HSV(B) | 134.64º | 0.98% | 0.67% | - |
| XYZ | 15.28 | 29.72 | 7.41 | - |
| YUV | 107.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 45 | 0.98 | 0 | 0.74 | 0.33 | 134.64 | 0.95 | 0.35 |
| Hex | 4 | AC | 2D | 62 | 0 | 4A | 21 | 87 | 5F | 23 |
| Octal | 4 | 254 | 55 | 142 | 0 | 112 | 41 | 207 | 137 | 43 |
| Binary | 100 | 10101100 | 101101 | 1100010 | 0 | 1001010 | 100001 | 10000111 | 1011111 | 100011 |
Color Harmonies of #04AC2D
Complementary color
Monochromatic Colors of #04AC2D
Black with #04AC2D
Text Example
Text Example
White with #04AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AC2D; }
p { color: rgb(4,172,45); }
H1.HeaderClassName
{
color: #04AC2D;
}
.AnyTagClassName
{
color: #04AC2D;
}
</style>
background-color css
<style>
a { background-color: #04AC2D; }
a { background-color: rgb(4,172,45); }
div.DivClassName
{
background-color: #04AC2D;
}
.BgClassName
{
background-color: #04AC2D;
}
</style>
border-color css
<style>
span { border-color: #04AC2D; }
span { border-color: rgb(4,172,45); }
td.TdClassName
{
border-color: #04AC2D;
}
.TagClassName
{
border-color: #04AC2D;
}
</style>