Shades of Dark Pastel Green #04A324
Tints of Dark Pastel Green #04A324
RGB
CMYK
RGB Variations
Color information
#04A324 (or 0x04A324) is known color: Dark Pastel Green. HEX triplet: 04, A3 and 24. RGB value is (4,163,36). Sum of RGB (Red+Green+Blue) = 4+163+36=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #04A324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A324 is #FB5CDB. Grayscale: #656565. Windows color (decimal): -16473308 or 2401028. OLE color: 2401028.
HSL color Cylindrical-coordinate representation of color #04A324: hue angle of 132.08º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A324 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 36 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.36 |
| HSL | 132.08º | 0.95% | 0.33% | - |
| HSV(B) | 132.08º | 0.98% | 0.64% | - |
| XYZ | 13.47 | 26.35 | 6.04 | - |
| YUV | 100.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 36 | 0.98 | 0 | 0.78 | 0.36 | 132.08 | 0.95 | 0.33 |
| Hex | 4 | A3 | 24 | 62 | 0 | 4E | 24 | 84 | 5F | 21 |
| Octal | 4 | 243 | 44 | 142 | 0 | 116 | 44 | 204 | 137 | 41 |
| Binary | 100 | 10100011 | 100100 | 1100010 | 0 | 1001110 | 100100 | 10000100 | 1011111 | 100001 |
Color Harmonies of #04A324
Complementary color
Monochromatic Colors of #04A324
Black with #04A324
Text Example
Text Example
White with #04A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A324; }
p { color: rgb(4,163,36); }
H1.HeaderClassName
{
color: #04A324;
}
.AnyTagClassName
{
color: #04A324;
}
</style>
background-color css
<style>
a { background-color: #04A324; }
a { background-color: rgb(4,163,36); }
div.DivClassName
{
background-color: #04A324;
}
.BgClassName
{
background-color: #04A324;
}
</style>
border-color css
<style>
span { border-color: #04A324; }
span { border-color: rgb(4,163,36); }
td.TdClassName
{
border-color: #04A324;
}
.TagClassName
{
border-color: #04A324;
}
</style>