Shades of Pigment Green #04A94A
Tints of Pigment Green #04A94A
RGB
CMYK
RGB Variations
Color information
#04A94A (or 0x04A94A) is known color: Pigment Green. HEX triplet: 04, A9 and 4A. RGB value is (4,169,74). Sum of RGB (Red+Green+Blue) = 4+169+74=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #04A94A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A94A is #FB56B5. Grayscale: #6D6D6D. Windows color (decimal): -16471734 or 4892932. OLE color: 4892932.
HSL color Cylindrical-coordinate representation of color #04A94A: hue angle of 145.45º 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 #04A94A is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 74 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.34 |
| HSL | 145.45º | 0.95% | 0.34% | - |
| HSV(B) | 145.45º | 0.98% | 0.66% | - |
| XYZ | 15.47 | 28.9 | 11.24 | - |
| YUV | 108.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 74 | 0.98 | 0 | 0.56 | 0.34 | 145.45 | 0.95 | 0.34 |
| Hex | 4 | A9 | 4A | 62 | 0 | 38 | 22 | 91 | 5F | 22 |
| Octal | 4 | 251 | 112 | 142 | 0 | 70 | 42 | 221 | 137 | 42 |
| Binary | 100 | 10101001 | 1001010 | 1100010 | 0 | 111000 | 100010 | 10010001 | 1011111 | 100010 |
Color Harmonies of #04A94A
Complementary color
Monochromatic Colors of #04A94A
Black with #04A94A
Text Example
Text Example
White with #04A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A94A; }
p { color: rgb(4,169,74); }
H1.HeaderClassName
{
color: #04A94A;
}
.AnyTagClassName
{
color: #04A94A;
}
</style>
background-color css
<style>
a { background-color: #04A94A; }
a { background-color: rgb(4,169,74); }
div.DivClassName
{
background-color: #04A94A;
}
.BgClassName
{
background-color: #04A94A;
}
</style>
border-color css
<style>
span { border-color: #04A94A; }
span { border-color: rgb(4,169,74); }
td.TdClassName
{
border-color: #04A94A;
}
.TagClassName
{
border-color: #04A94A;
}
</style>