Shades of Pigment Green #04A34A
Tints of Pigment Green #04A34A
RGB
CMYK
RGB Variations
Color information
#04A34A (or 0x04A34A) is known color: Pigment Green. HEX triplet: 04, A3 and 4A. RGB value is (4,163,74). Sum of RGB (Red+Green+Blue) = 4+163+74=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 163 (64.06% from 255 or 67.63% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 163 - color contains mainly: green. Hex color #04A34A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A34A is #FB5CB5. Grayscale: #696969. Windows color (decimal): -16473270 or 4891396. OLE color: 4891396.
HSL color Cylindrical-coordinate representation of color #04A34A: hue angle of 146.42º 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 #04A34A is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 74 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.36 |
| HSL | 146.42º | 0.95% | 0.33% | - |
| HSV(B) | 146.42º | 0.98% | 0.64% | - |
| XYZ | 14.38 | 26.71 | 10.88 | - |
| YUV | 105.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 74 | 0.98 | 0 | 0.55 | 0.36 | 146.42 | 0.95 | 0.33 |
| Hex | 4 | A3 | 4A | 62 | 0 | 37 | 24 | 92 | 5F | 21 |
| Octal | 4 | 243 | 112 | 142 | 0 | 67 | 44 | 222 | 137 | 41 |
| Binary | 100 | 10100011 | 1001010 | 1100010 | 0 | 110111 | 100100 | 10010010 | 1011111 | 100001 |
Color Harmonies of #04A34A
Complementary color
Monochromatic Colors of #04A34A
Black with #04A34A
Text Example
Text Example
White with #04A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A34A; }
p { color: rgb(4,163,74); }
H1.HeaderClassName
{
color: #04A34A;
}
.AnyTagClassName
{
color: #04A34A;
}
</style>
background-color css
<style>
a { background-color: #04A34A; }
a { background-color: rgb(4,163,74); }
div.DivClassName
{
background-color: #04A34A;
}
.BgClassName
{
background-color: #04A34A;
}
</style>
border-color css
<style>
span { border-color: #04A34A; }
span { border-color: rgb(4,163,74); }
td.TdClassName
{
border-color: #04A34A;
}
.TagClassName
{
border-color: #04A34A;
}
</style>