Shades of Dark Pastel Green #04AD25
Tints of Dark Pastel Green #04AD25
RGB
CMYK
RGB Variations
Color information
#04AD25 (or 0x04AD25) is known color: Dark Pastel Green. HEX triplet: 04, AD and 25. RGB value is (4,173,37). Sum of RGB (Red+Green+Blue) = 4+173+37=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD25 is #FB52DA. Grayscale: #6B6B6B. Windows color (decimal): -16470747 or 2469124. OLE color: 2469124.
HSL color Cylindrical-coordinate representation of color #04AD25: hue angle of 131.72º 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 #04AD25 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 37 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.32 |
| HSL | 131.72º | 0.95% | 0.35% | - |
| HSV(B) | 131.72º | 0.98% | 0.68% | - |
| XYZ | 15.33 | 30.05 | 6.74 | - |
| YUV | 106.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 37 | 0.98 | 0 | 0.79 | 0.32 | 131.72 | 0.95 | 0.35 |
| Hex | 4 | AD | 25 | 62 | 0 | 4F | 20 | 84 | 5F | 23 |
| Octal | 4 | 255 | 45 | 142 | 0 | 117 | 40 | 204 | 137 | 43 |
| Binary | 100 | 10101101 | 100101 | 1100010 | 0 | 1001111 | 100000 | 10000100 | 1011111 | 100011 |
Color Harmonies of #04AD25
Complementary color
Monochromatic Colors of #04AD25
Black with #04AD25
Text Example
Text Example
White with #04AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD25; }
p { color: rgb(4,173,37); }
H1.HeaderClassName
{
color: #04AD25;
}
.AnyTagClassName
{
color: #04AD25;
}
</style>
background-color css
<style>
a { background-color: #04AD25; }
a { background-color: rgb(4,173,37); }
div.DivClassName
{
background-color: #04AD25;
}
.BgClassName
{
background-color: #04AD25;
}
</style>
border-color css
<style>
span { border-color: #04AD25; }
span { border-color: rgb(4,173,37); }
td.TdClassName
{
border-color: #04AD25;
}
.TagClassName
{
border-color: #04AD25;
}
</style>