Shades of Dark Pastel Green #04AD1E
Tints of Dark Pastel Green #04AD1E
RGB
CMYK
RGB Variations
Color information
#04AD1E (or 0x04AD1E) is known color: Dark Pastel Green. HEX triplet: 04, AD and 1E. RGB value is (4,173,30). Sum of RGB (Red+Green+Blue) = 4+173+30=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD1E is #FB52E1. Grayscale: #6A6A6A. Windows color (decimal): -16470754 or 2010372. OLE color: 2010372.
HSL color Cylindrical-coordinate representation of color #04AD1E: hue angle of 129.23º 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 #04AD1E is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 30 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.32 |
| HSL | 129.23º | 0.95% | 0.35% | - |
| HSV(B) | 129.23º | 0.98% | 0.68% | - |
| XYZ | 15.23 | 30.01 | 6.22 | - |
| YUV | 106.17 | 85.01 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 30 | 0.98 | 0 | 0.83 | 0.32 | 129.23 | 0.95 | 0.35 |
| Hex | 4 | AD | 1E | 62 | 0 | 53 | 20 | 81 | 5F | 23 |
| Octal | 4 | 255 | 36 | 142 | 0 | 123 | 40 | 201 | 137 | 43 |
| Binary | 100 | 10101101 | 11110 | 1100010 | 0 | 1010011 | 100000 | 10000001 | 1011111 | 100011 |
Color Harmonies of #04AD1E
Complementary color
Monochromatic Colors of #04AD1E
Black with #04AD1E
Text Example
Text Example
White with #04AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD1E; }
p { color: rgb(4,173,30); }
H1.HeaderClassName
{
color: #04AD1E;
}
.AnyTagClassName
{
color: #04AD1E;
}
</style>
background-color css
<style>
a { background-color: #04AD1E; }
a { background-color: rgb(4,173,30); }
div.DivClassName
{
background-color: #04AD1E;
}
.BgClassName
{
background-color: #04AD1E;
}
</style>
border-color css
<style>
span { border-color: #04AD1E; }
span { border-color: rgb(4,173,30); }
td.TdClassName
{
border-color: #04AD1E;
}
.TagClassName
{
border-color: #04AD1E;
}
</style>