Shades of Dark Pastel Green #04AD33
Tints of Dark Pastel Green #04AD33
RGB
CMYK
RGB Variations
Color information
#04AD33 (or 0x04AD33) is known color: Dark Pastel Green. HEX triplet: 04, AD and 33. RGB value is (4,173,51). Sum of RGB (Red+Green+Blue) = 4+173+51=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 173 (67.97% from 255 or 75.88% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD33 is #FB52CC. Grayscale: #6C6C6C. Windows color (decimal): -16470733 or 3386628. OLE color: 3386628.
HSL color Cylindrical-coordinate representation of color #04AD33: hue angle of 136.69º 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 #04AD33 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 51 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.32 |
| HSL | 136.69º | 0.95% | 0.35% | - |
| HSV(B) | 136.69º | 0.98% | 0.68% | - |
| XYZ | 15.59 | 30.15 | 8.13 | - |
| YUV | 108.56 | 95.51 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 51 | 0.98 | 0 | 0.71 | 0.32 | 136.69 | 0.95 | 0.35 |
| Hex | 4 | AD | 33 | 62 | 0 | 47 | 20 | 89 | 5F | 23 |
| Octal | 4 | 255 | 63 | 142 | 0 | 107 | 40 | 211 | 137 | 43 |
| Binary | 100 | 10101101 | 110011 | 1100010 | 0 | 1000111 | 100000 | 10001001 | 1011111 | 100011 |
Color Harmonies of #04AD33
Complementary color
Monochromatic Colors of #04AD33
Black with #04AD33
Text Example
Text Example
White with #04AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD33; }
p { color: rgb(4,173,51); }
H1.HeaderClassName
{
color: #04AD33;
}
.AnyTagClassName
{
color: #04AD33;
}
</style>
background-color css
<style>
a { background-color: #04AD33; }
a { background-color: rgb(4,173,51); }
div.DivClassName
{
background-color: #04AD33;
}
.BgClassName
{
background-color: #04AD33;
}
</style>
border-color css
<style>
span { border-color: #04AD33; }
span { border-color: rgb(4,173,51); }
td.TdClassName
{
border-color: #04AD33;
}
.TagClassName
{
border-color: #04AD33;
}
</style>