Shades of Pigment Green #04A43A
Tints of Pigment Green #04A43A
RGB
CMYK
RGB Variations
Color information
#04A43A (or 0x04A43A) is known color: Pigment Green. HEX triplet: 04, A4 and 3A. RGB value is (4,164,58). Sum of RGB (Red+Green+Blue) = 4+164+58=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #04A43A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A43A is #FB5BC5. Grayscale: #686868. Windows color (decimal): -16473030 or 3843076. OLE color: 3843076.
HSL color Cylindrical-coordinate representation of color #04A43A: hue angle of 140.25º 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 #04A43A is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 58 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.36 |
| HSL | 140.25º | 0.95% | 0.33% | - |
| HSV(B) | 140.25º | 0.98% | 0.64% | - |
| XYZ | 14.09 | 26.88 | 8.45 | - |
| YUV | 104.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 58 | 0.98 | 0 | 0.65 | 0.36 | 140.25 | 0.95 | 0.33 |
| Hex | 4 | A4 | 3A | 62 | 0 | 41 | 24 | 8C | 5F | 21 |
| Octal | 4 | 244 | 72 | 142 | 0 | 101 | 44 | 214 | 137 | 41 |
| Binary | 100 | 10100100 | 111010 | 1100010 | 0 | 1000001 | 100100 | 10001100 | 1011111 | 100001 |
Color Harmonies of #04A43A
Complementary color
Monochromatic Colors of #04A43A
Black with #04A43A
Text Example
Text Example
White with #04A43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A43A; }
p { color: rgb(4,164,58); }
H1.HeaderClassName
{
color: #04A43A;
}
.AnyTagClassName
{
color: #04A43A;
}
</style>
background-color css
<style>
a { background-color: #04A43A; }
a { background-color: rgb(4,164,58); }
div.DivClassName
{
background-color: #04A43A;
}
.BgClassName
{
background-color: #04A43A;
}
</style>
border-color css
<style>
span { border-color: #04A43A; }
span { border-color: rgb(4,164,58); }
td.TdClassName
{
border-color: #04A43A;
}
.TagClassName
{
border-color: #04A43A;
}
</style>