Shades of Pigment Green #04A942
Tints of Pigment Green #04A942
RGB
CMYK
RGB Variations
Color information
#04A942 (or 0x04A942) is known color: Pigment Green. HEX triplet: 04, A9 and 42. RGB value is (4,169,66). Sum of RGB (Red+Green+Blue) = 4+169+66=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 169 (66.41% from 255 or 70.71% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 169 - color contains mainly: green. Hex color #04A942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A942 is #FB56BD. Grayscale: #6C6C6C. Windows color (decimal): -16471742 or 4368644. OLE color: 4368644.
HSL color Cylindrical-coordinate representation of color #04A942: hue angle of 142.55º 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 #04A942 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 66 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.34 |
| HSL | 142.55º | 0.95% | 0.34% | - |
| HSV(B) | 142.55º | 0.98% | 0.66% | - |
| XYZ | 15.22 | 28.8 | 9.91 | - |
| YUV | 107.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 66 | 0.98 | 0 | 0.61 | 0.34 | 142.55 | 0.95 | 0.34 |
| Hex | 4 | A9 | 42 | 62 | 0 | 3D | 22 | 8F | 5F | 22 |
| Octal | 4 | 251 | 102 | 142 | 0 | 75 | 42 | 217 | 137 | 42 |
| Binary | 100 | 10101001 | 1000010 | 1100010 | 0 | 111101 | 100010 | 10001111 | 1011111 | 100010 |
Color Harmonies of #04A942
Complementary color
Monochromatic Colors of #04A942
Black with #04A942
Text Example
Text Example
White with #04A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A942; }
p { color: rgb(4,169,66); }
H1.HeaderClassName
{
color: #04A942;
}
.AnyTagClassName
{
color: #04A942;
}
</style>
background-color css
<style>
a { background-color: #04A942; }
a { background-color: rgb(4,169,66); }
div.DivClassName
{
background-color: #04A942;
}
.BgClassName
{
background-color: #04A942;
}
</style>
border-color css
<style>
span { border-color: #04A942; }
span { border-color: rgb(4,169,66); }
td.TdClassName
{
border-color: #04A942;
}
.TagClassName
{
border-color: #04A942;
}
</style>