Shades of Dark Pastel Green #04AE32
Tints of Dark Pastel Green #04AE32
RGB
CMYK
RGB Variations
Color information
#04AE32 (or 0x04AE32) is known color: Dark Pastel Green. HEX triplet: 04, AE and 32. RGB value is (4,174,50). Sum of RGB (Red+Green+Blue) = 4+174+50=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 174 (68.36% from 255 or 76.32% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AE32 is #FB51CD. Grayscale: #6D6D6D. Windows color (decimal): -16470478 or 3321348. OLE color: 3321348.
HSL color Cylindrical-coordinate representation of color #04AE32: hue angle of 136.24º degrees, saturation: 0.96, 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 #04AE32 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 174 | 50 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.32 |
| HSL | 136.24º | 0.96% | 0.35% | - |
| HSV(B) | 136.24º | 0.98% | 0.68% | - |
| XYZ | 15.76 | 30.53 | 8.08 | - |
| YUV | 109.03 | 94.68 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 50 | 0.98 | 0 | 0.71 | 0.32 | 136.24 | 0.96 | 0.35 |
| Hex | 4 | AE | 32 | 62 | 0 | 47 | 20 | 88 | 60 | 23 |
| Octal | 4 | 256 | 62 | 142 | 0 | 107 | 40 | 210 | 140 | 43 |
| Binary | 100 | 10101110 | 110010 | 1100010 | 0 | 1000111 | 100000 | 10001000 | 1100000 | 100011 |
Color Harmonies of #04AE32
Complementary color
Monochromatic Colors of #04AE32
Black with #04AE32
Text Example
Text Example
White with #04AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AE32; }
p { color: rgb(4,174,50); }
H1.HeaderClassName
{
color: #04AE32;
}
.AnyTagClassName
{
color: #04AE32;
}
</style>
background-color css
<style>
a { background-color: #04AE32; }
a { background-color: rgb(4,174,50); }
div.DivClassName
{
background-color: #04AE32;
}
.BgClassName
{
background-color: #04AE32;
}
</style>
border-color css
<style>
span { border-color: #04AE32; }
span { border-color: rgb(4,174,50); }
td.TdClassName
{
border-color: #04AE32;
}
.TagClassName
{
border-color: #04AE32;
}
</style>