Shades of Pigment Green #04A34C
Tints of Pigment Green #04A34C
RGB
CMYK
RGB Variations
Color information
#04A34C (or 0x04A34C) is known color: Pigment Green. HEX triplet: 04, A3 and 4C. RGB value is (4,163,76). Sum of RGB (Red+Green+Blue) = 4+163+76=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #04A34C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A34C is #FB5CB3. Grayscale: #696969. Windows color (decimal): -16473268 or 5022468. OLE color: 5022468.
HSL color Cylindrical-coordinate representation of color #04A34C: hue angle of 147.17º 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 #04A34C is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 76 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.36 |
| HSL | 147.17º | 0.95% | 0.33% | - |
| HSV(B) | 147.17º | 0.98% | 0.64% | - |
| XYZ | 14.45 | 26.74 | 11.24 | - |
| YUV | 105.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 76 | 0.98 | 0 | 0.53 | 0.36 | 147.17 | 0.95 | 0.33 |
| Hex | 4 | A3 | 4C | 62 | 0 | 35 | 24 | 93 | 5F | 21 |
| Octal | 4 | 243 | 114 | 142 | 0 | 65 | 44 | 223 | 137 | 41 |
| Binary | 100 | 10100011 | 1001100 | 1100010 | 0 | 110101 | 100100 | 10010011 | 1011111 | 100001 |
Color Harmonies of #04A34C
Complementary color
Monochromatic Colors of #04A34C
Black with #04A34C
Text Example
Text Example
White with #04A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A34C; }
p { color: rgb(4,163,76); }
H1.HeaderClassName
{
color: #04A34C;
}
.AnyTagClassName
{
color: #04A34C;
}
</style>
background-color css
<style>
a { background-color: #04A34C; }
a { background-color: rgb(4,163,76); }
div.DivClassName
{
background-color: #04A34C;
}
.BgClassName
{
background-color: #04A34C;
}
</style>
border-color css
<style>
span { border-color: #04A34C; }
span { border-color: rgb(4,163,76); }
td.TdClassName
{
border-color: #04A34C;
}
.TagClassName
{
border-color: #04A34C;
}
</style>