Shades of Pigment Green #04A04A
Tints of Pigment Green #04A04A
RGB
CMYK
RGB Variations
Color information
#04A04A (or 0x04A04A) is known color: Pigment Green. HEX triplet: 04, A0 and 4A. RGB value is (4,160,74). Sum of RGB (Red+Green+Blue) = 4+160+74=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #04A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A04A is #FB5FB5. Grayscale: #676767. Windows color (decimal): -16474038 or 4890628. OLE color: 4890628.
HSL color Cylindrical-coordinate representation of color #04A04A: hue angle of 146.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A04A is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 74 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.37 |
| HSL | 146.92º | 0.95% | 0.32% | - |
| HSV(B) | 146.92º | 0.98% | 0.63% | - |
| XYZ | 13.86 | 25.66 | 10.7 | - |
| YUV | 103.55 | 111.32 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 74 | 0.98 | 0 | 0.54 | 0.37 | 146.92 | 0.95 | 0.32 |
| Hex | 4 | A0 | 4A | 62 | 0 | 36 | 25 | 93 | 5F | 20 |
| Octal | 4 | 240 | 112 | 142 | 0 | 66 | 45 | 223 | 137 | 40 |
| Binary | 100 | 10100000 | 1001010 | 1100010 | 0 | 110110 | 100101 | 10010011 | 1011111 | 100000 |
Color Harmonies of #04A04A
Complementary color
Monochromatic Colors of #04A04A
Black with #04A04A
Text Example
Text Example
White with #04A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A04A; }
p { color: rgb(4,160,74); }
H1.HeaderClassName
{
color: #04A04A;
}
.AnyTagClassName
{
color: #04A04A;
}
</style>
background-color css
<style>
a { background-color: #04A04A; }
a { background-color: rgb(4,160,74); }
div.DivClassName
{
background-color: #04A04A;
}
.BgClassName
{
background-color: #04A04A;
}
</style>
border-color css
<style>
span { border-color: #04A04A; }
span { border-color: rgb(4,160,74); }
td.TdClassName
{
border-color: #04A04A;
}
.TagClassName
{
border-color: #04A04A;
}
</style>