Shades of Dark Pastel Green #04A225
Tints of Dark Pastel Green #04A225
RGB
CMYK
RGB Variations
Color information
#04A225 (or 0x04A225) is known color: Dark Pastel Green. HEX triplet: 04, A2 and 25. RGB value is (4,162,37). Sum of RGB (Red+Green+Blue) = 4+162+37=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #04A225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A225 is #FB5DDA. Grayscale: #646464. Windows color (decimal): -16473563 or 2466308. OLE color: 2466308.
HSL color Cylindrical-coordinate representation of color #04A225: hue angle of 132.53º 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 #04A225 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 37 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.36 |
| HSL | 132.53º | 0.95% | 0.33% | - |
| HSV(B) | 132.53º | 0.98% | 0.64% | - |
| XYZ | 13.3 | 26 | 6.07 | - |
| YUV | 100.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 37 | 0.98 | 0 | 0.77 | 0.36 | 132.53 | 0.95 | 0.33 |
| Hex | 4 | A2 | 25 | 62 | 0 | 4D | 24 | 85 | 5F | 21 |
| Octal | 4 | 242 | 45 | 142 | 0 | 115 | 44 | 205 | 137 | 41 |
| Binary | 100 | 10100010 | 100101 | 1100010 | 0 | 1001101 | 100100 | 10000101 | 1011111 | 100001 |
Color Harmonies of #04A225
Complementary color
Monochromatic Colors of #04A225
Black with #04A225
Text Example
Text Example
White with #04A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A225; }
p { color: rgb(4,162,37); }
H1.HeaderClassName
{
color: #04A225;
}
.AnyTagClassName
{
color: #04A225;
}
</style>
background-color css
<style>
a { background-color: #04A225; }
a { background-color: rgb(4,162,37); }
div.DivClassName
{
background-color: #04A225;
}
.BgClassName
{
background-color: #04A225;
}
</style>
border-color css
<style>
span { border-color: #04A225; }
span { border-color: rgb(4,162,37); }
td.TdClassName
{
border-color: #04A225;
}
.TagClassName
{
border-color: #04A225;
}
</style>