Shades of Dark Pastel Green #04AD29
Tints of Dark Pastel Green #04AD29
RGB
CMYK
RGB Variations
Color information
#04AD29 (or 0x04AD29) is known color: Dark Pastel Green. HEX triplet: 04, AD and 29. RGB value is (4,173,41). Sum of RGB (Red+Green+Blue) = 4+173+41=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD29 is #FB52D6. Grayscale: #6B6B6B. Windows color (decimal): -16470743 or 2731268. OLE color: 2731268.
HSL color Cylindrical-coordinate representation of color #04AD29: hue angle of 133.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD29 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 41 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.32 |
| HSL | 133.14º | 0.95% | 0.35% | - |
| HSV(B) | 133.14º | 0.98% | 0.68% | - |
| XYZ | 15.39 | 30.07 | 7.09 | - |
| YUV | 107.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 41 | 0.98 | 0 | 0.76 | 0.32 | 133.14 | 0.95 | 0.35 |
| Hex | 4 | AD | 29 | 62 | 0 | 4C | 20 | 85 | 5F | 23 |
| Octal | 4 | 255 | 51 | 142 | 0 | 114 | 40 | 205 | 137 | 43 |
| Binary | 100 | 10101101 | 101001 | 1100010 | 0 | 1001100 | 100000 | 10000101 | 1011111 | 100011 |
Color Harmonies of #04AD29
Complementary color
Monochromatic Colors of #04AD29
Black with #04AD29
Text Example
Text Example
White with #04AD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD29; }
p { color: rgb(4,173,41); }
H1.HeaderClassName
{
color: #04AD29;
}
.AnyTagClassName
{
color: #04AD29;
}
</style>
background-color css
<style>
a { background-color: #04AD29; }
a { background-color: rgb(4,173,41); }
div.DivClassName
{
background-color: #04AD29;
}
.BgClassName
{
background-color: #04AD29;
}
</style>
border-color css
<style>
span { border-color: #04AD29; }
span { border-color: rgb(4,173,41); }
td.TdClassName
{
border-color: #04AD29;
}
.TagClassName
{
border-color: #04AD29;
}
</style>