Shades of Pigment Green #04A73C
Tints of Pigment Green #04A73C
RGB
CMYK
RGB Variations
Color information
#04A73C (or 0x04A73C) is known color: Pigment Green. HEX triplet: 04, A7 and 3C. RGB value is (4,167,60). Sum of RGB (Red+Green+Blue) = 4+167+60=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 167 (65.62% from 255 or 72.29% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 167 - color contains mainly: green. Hex color #04A73C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A73C is #FB58C3. Grayscale: #6A6A6A. Windows color (decimal): -16472260 or 3974916. OLE color: 3974916.
HSL color Cylindrical-coordinate representation of color #04A73C: hue angle of 140.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A73C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 167 | 60 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.35 |
| HSL | 140.61º | 0.95% | 0.34% | - |
| HSV(B) | 140.61º | 0.98% | 0.65% | - |
| XYZ | 14.68 | 27.99 | 8.9 | - |
| YUV | 106.07 | 102 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 60 | 0.98 | 0 | 0.64 | 0.35 | 140.61 | 0.95 | 0.34 |
| Hex | 4 | A7 | 3C | 62 | 0 | 40 | 23 | 8D | 5F | 22 |
| Octal | 4 | 247 | 74 | 142 | 0 | 100 | 43 | 215 | 137 | 42 |
| Binary | 100 | 10100111 | 111100 | 1100010 | 0 | 1000000 | 100011 | 10001101 | 1011111 | 100010 |
Color Harmonies of #04A73C
Complementary color
Monochromatic Colors of #04A73C
Black with #04A73C
Text Example
Text Example
White with #04A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A73C; }
p { color: rgb(4,167,60); }
H1.HeaderClassName
{
color: #04A73C;
}
.AnyTagClassName
{
color: #04A73C;
}
</style>
background-color css
<style>
a { background-color: #04A73C; }
a { background-color: rgb(4,167,60); }
div.DivClassName
{
background-color: #04A73C;
}
.BgClassName
{
background-color: #04A73C;
}
</style>
border-color css
<style>
span { border-color: #04A73C; }
span { border-color: rgb(4,167,60); }
td.TdClassName
{
border-color: #04A73C;
}
.TagClassName
{
border-color: #04A73C;
}
</style>