Shades of Dark Pastel Green #04AD21
Tints of Dark Pastel Green #04AD21
RGB
CMYK
RGB Variations
Color information
#04AD21 (or 0x04AD21) is known color: Dark Pastel Green. HEX triplet: 04, AD and 21. RGB value is (4,173,33). Sum of RGB (Red+Green+Blue) = 4+173+33=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 173 (67.97% from 255 or 82.38% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD21 is #FB52DE. Grayscale: #6A6A6A. Windows color (decimal): -16470751 or 2206980. OLE color: 2206980.
HSL color Cylindrical-coordinate representation of color #04AD21: hue angle of 130.3º 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 #04AD21 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 33 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.32 |
| HSL | 130.3º | 0.95% | 0.35% | - |
| HSV(B) | 130.3º | 0.98% | 0.68% | - |
| XYZ | 15.27 | 30.02 | 6.43 | - |
| YUV | 106.51 | 86.51 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 33 | 0.98 | 0 | 0.81 | 0.32 | 130.3 | 0.95 | 0.35 |
| Hex | 4 | AD | 21 | 62 | 0 | 51 | 20 | 82 | 5F | 23 |
| Octal | 4 | 255 | 41 | 142 | 0 | 121 | 40 | 202 | 137 | 43 |
| Binary | 100 | 10101101 | 100001 | 1100010 | 0 | 1010001 | 100000 | 10000010 | 1011111 | 100011 |
Color Harmonies of #04AD21
Complementary color
Monochromatic Colors of #04AD21
Black with #04AD21
Text Example
Text Example
White with #04AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD21; }
p { color: rgb(4,173,33); }
H1.HeaderClassName
{
color: #04AD21;
}
.AnyTagClassName
{
color: #04AD21;
}
</style>
background-color css
<style>
a { background-color: #04AD21; }
a { background-color: rgb(4,173,33); }
div.DivClassName
{
background-color: #04AD21;
}
.BgClassName
{
background-color: #04AD21;
}
</style>
border-color css
<style>
span { border-color: #04AD21; }
span { border-color: rgb(4,173,33); }
td.TdClassName
{
border-color: #04AD21;
}
.TagClassName
{
border-color: #04AD21;
}
</style>