Shades of Dark Pastel Green #04AD2E
Tints of Dark Pastel Green #04AD2E
RGB
CMYK
RGB Variations
Color information
#04AD2E (or 0x04AD2E) is known color: Dark Pastel Green. HEX triplet: 04, AD and 2E. RGB value is (4,173,46). Sum of RGB (Red+Green+Blue) = 4+173+46=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD2E is #FB52D1. Grayscale: #6C6C6C. Windows color (decimal): -16470738 or 3058948. OLE color: 3058948.
HSL color Cylindrical-coordinate representation of color #04AD2E: hue angle of 134.91º 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 #04AD2E is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 46 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.32 |
| HSL | 134.91º | 0.95% | 0.35% | - |
| HSV(B) | 134.91º | 0.98% | 0.68% | - |
| XYZ | 15.49 | 30.11 | 7.58 | - |
| YUV | 107.99 | 93.01 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 46 | 0.98 | 0 | 0.73 | 0.32 | 134.91 | 0.95 | 0.35 |
| Hex | 4 | AD | 2E | 62 | 0 | 49 | 20 | 87 | 5F | 23 |
| Octal | 4 | 255 | 56 | 142 | 0 | 111 | 40 | 207 | 137 | 43 |
| Binary | 100 | 10101101 | 101110 | 1100010 | 0 | 1001001 | 100000 | 10000111 | 1011111 | 100011 |
Color Harmonies of #04AD2E
Complementary color
Monochromatic Colors of #04AD2E
Black with #04AD2E
Text Example
Text Example
White with #04AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD2E; }
p { color: rgb(4,173,46); }
H1.HeaderClassName
{
color: #04AD2E;
}
.AnyTagClassName
{
color: #04AD2E;
}
</style>
background-color css
<style>
a { background-color: #04AD2E; }
a { background-color: rgb(4,173,46); }
div.DivClassName
{
background-color: #04AD2E;
}
.BgClassName
{
background-color: #04AD2E;
}
</style>
border-color css
<style>
span { border-color: #04AD2E; }
span { border-color: rgb(4,173,46); }
td.TdClassName
{
border-color: #04AD2E;
}
.TagClassName
{
border-color: #04AD2E;
}
</style>