Shades of Dark Pastel Green #04A832
Tints of Dark Pastel Green #04A832
RGB
CMYK
RGB Variations
Color information
#04A832 (or 0x04A832) is known color: Dark Pastel Green. HEX triplet: 04, A8 and 32. RGB value is (4,168,50). Sum of RGB (Red+Green+Blue) = 4+168+50=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 168 (66.02% from 255 or 75.68% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 168 - color contains mainly: green. Hex color #04A832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A832 is #FB57CD. Grayscale: #696969. Windows color (decimal): -16472014 or 3319812. OLE color: 3319812.
HSL color Cylindrical-coordinate representation of color #04A832: hue angle of 136.83º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A832 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 50 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.34 |
| HSL | 136.83º | 0.95% | 0.34% | - |
| HSV(B) | 136.83º | 0.98% | 0.66% | - |
| XYZ | 14.63 | 28.26 | 7.7 | - |
| YUV | 105.51 | 96.67 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 50 | 0.98 | 0 | 0.70 | 0.34 | 136.83 | 0.95 | 0.34 |
| Hex | 4 | A8 | 32 | 62 | 0 | 46 | 22 | 89 | 5F | 22 |
| Octal | 4 | 250 | 62 | 142 | 0 | 106 | 42 | 211 | 137 | 42 |
| Binary | 100 | 10101000 | 110010 | 1100010 | 0 | 1000110 | 100010 | 10001001 | 1011111 | 100010 |
Color Harmonies of #04A832
Complementary color
Monochromatic Colors of #04A832
Black with #04A832
Text Example
Text Example
White with #04A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A832; }
p { color: rgb(4,168,50); }
H1.HeaderClassName
{
color: #04A832;
}
.AnyTagClassName
{
color: #04A832;
}
</style>
background-color css
<style>
a { background-color: #04A832; }
a { background-color: rgb(4,168,50); }
div.DivClassName
{
background-color: #04A832;
}
.BgClassName
{
background-color: #04A832;
}
</style>
border-color css
<style>
span { border-color: #04A832; }
span { border-color: rgb(4,168,50); }
td.TdClassName
{
border-color: #04A832;
}
.TagClassName
{
border-color: #04A832;
}
</style>