Shades of Dark Pastel Green #04A524
Tints of Dark Pastel Green #04A524
RGB
CMYK
RGB Variations
Color information
#04A524 (or 0x04A524) is known color: Dark Pastel Green. HEX triplet: 04, A5 and 24. RGB value is (4,165,36). Sum of RGB (Red+Green+Blue) = 4+165+36=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #04A524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A524 is #FB5ADB. Grayscale: #666666. Windows color (decimal): -16472796 or 2401540. OLE color: 2401540.
HSL color Cylindrical-coordinate representation of color #04A524: hue angle of 131.93º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A524 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 165 | 36 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.35 |
| HSL | 131.93º | 0.95% | 0.33% | - |
| HSV(B) | 131.93º | 0.98% | 0.65% | - |
| XYZ | 13.82 | 27.06 | 6.16 | - |
| YUV | 102.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 36 | 0.98 | 0 | 0.78 | 0.35 | 131.93 | 0.95 | 0.33 |
| Hex | 4 | A5 | 24 | 62 | 0 | 4E | 23 | 84 | 5F | 21 |
| Octal | 4 | 245 | 44 | 142 | 0 | 116 | 43 | 204 | 137 | 41 |
| Binary | 100 | 10100101 | 100100 | 1100010 | 0 | 1001110 | 100011 | 10000100 | 1011111 | 100001 |
Color Harmonies of #04A524
Complementary color
Monochromatic Colors of #04A524
Black with #04A524
Text Example
Text Example
White with #04A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A524; }
p { color: rgb(4,165,36); }
H1.HeaderClassName
{
color: #04A524;
}
.AnyTagClassName
{
color: #04A524;
}
</style>
background-color css
<style>
a { background-color: #04A524; }
a { background-color: rgb(4,165,36); }
div.DivClassName
{
background-color: #04A524;
}
.BgClassName
{
background-color: #04A524;
}
</style>
border-color css
<style>
span { border-color: #04A524; }
span { border-color: rgb(4,165,36); }
td.TdClassName
{
border-color: #04A524;
}
.TagClassName
{
border-color: #04A524;
}
</style>