Shades of Dark Pastel Green #04AD20
Tints of Dark Pastel Green #04AD20
RGB
CMYK
RGB Variations
Color information
#04AD20 (or 0x04AD20) is known color: Dark Pastel Green. HEX triplet: 04, AD and 20. RGB value is (4,173,32). Sum of RGB (Red+Green+Blue) = 4+173+32=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD20 is #FB52DF. Grayscale: #6A6A6A. Windows color (decimal): -16470752 or 2141444. OLE color: 2141444.
HSL color Cylindrical-coordinate representation of color #04AD20: hue angle of 129.94º 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 #04AD20 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 32 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.32 |
| HSL | 129.94º | 0.95% | 0.35% | - |
| HSV(B) | 129.94º | 0.98% | 0.68% | - |
| XYZ | 15.25 | 30.02 | 6.36 | - |
| YUV | 106.4 | 86.01 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 32 | 0.98 | 0 | 0.82 | 0.32 | 129.94 | 0.95 | 0.35 |
| Hex | 4 | AD | 20 | 62 | 0 | 52 | 20 | 82 | 5F | 23 |
| Octal | 4 | 255 | 40 | 142 | 0 | 122 | 40 | 202 | 137 | 43 |
| Binary | 100 | 10101101 | 100000 | 1100010 | 0 | 1010010 | 100000 | 10000010 | 1011111 | 100011 |
Color Harmonies of #04AD20
Complementary color
Monochromatic Colors of #04AD20
Black with #04AD20
Text Example
Text Example
White with #04AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD20; }
p { color: rgb(4,173,32); }
H1.HeaderClassName
{
color: #04AD20;
}
.AnyTagClassName
{
color: #04AD20;
}
</style>
background-color css
<style>
a { background-color: #04AD20; }
a { background-color: rgb(4,173,32); }
div.DivClassName
{
background-color: #04AD20;
}
.BgClassName
{
background-color: #04AD20;
}
</style>
border-color css
<style>
span { border-color: #04AD20; }
span { border-color: rgb(4,173,32); }
td.TdClassName
{
border-color: #04AD20;
}
.TagClassName
{
border-color: #04AD20;
}
</style>