Shades of Pigment Green #04AB4C
Tints of Pigment Green #04AB4C
RGB
CMYK
RGB Variations
Color information
#04AB4C (or 0x04AB4C) is known color: Pigment Green. HEX triplet: 04, AB and 4C. RGB value is (4,171,76). Sum of RGB (Red+Green+Blue) = 4+171+76=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB4C is #FB54B3. Grayscale: #6E6E6E. Windows color (decimal): -16471220 or 5024516. OLE color: 5024516.
HSL color Cylindrical-coordinate representation of color #04AB4C: hue angle of 145.87º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB4C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 76 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.33 |
| HSL | 145.87º | 0.95% | 0.34% | - |
| HSV(B) | 145.87º | 0.98% | 0.67% | - |
| XYZ | 15.92 | 29.67 | 11.73 | - |
| YUV | 110.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 76 | 0.98 | 0 | 0.56 | 0.33 | 145.87 | 0.95 | 0.34 |
| Hex | 4 | AB | 4C | 62 | 0 | 38 | 21 | 92 | 5F | 22 |
| Octal | 4 | 253 | 114 | 142 | 0 | 70 | 41 | 222 | 137 | 42 |
| Binary | 100 | 10101011 | 1001100 | 1100010 | 0 | 111000 | 100001 | 10010010 | 1011111 | 100010 |
Color Harmonies of #04AB4C
Complementary color
Monochromatic Colors of #04AB4C
Black with #04AB4C
Text Example
Text Example
White with #04AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB4C; }
p { color: rgb(4,171,76); }
H1.HeaderClassName
{
color: #04AB4C;
}
.AnyTagClassName
{
color: #04AB4C;
}
</style>
background-color css
<style>
a { background-color: #04AB4C; }
a { background-color: rgb(4,171,76); }
div.DivClassName
{
background-color: #04AB4C;
}
.BgClassName
{
background-color: #04AB4C;
}
</style>
border-color css
<style>
span { border-color: #04AB4C; }
span { border-color: rgb(4,171,76); }
td.TdClassName
{
border-color: #04AB4C;
}
.TagClassName
{
border-color: #04AB4C;
}
</style>