Shades of Pigment Green #04AB4B
Tints of Pigment Green #04AB4B
RGB
CMYK
RGB Variations
Color information
#04AB4B (or 0x04AB4B) is known color: Pigment Green. HEX triplet: 04, AB and 4B. RGB value is (4,171,75). Sum of RGB (Red+Green+Blue) = 4+171+75=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB4B is #FB54B4. Grayscale: #6E6E6E. Windows color (decimal): -16471221 or 4958980. OLE color: 4958980.
HSL color Cylindrical-coordinate representation of color #04AB4B: hue angle of 145.51º 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 #04AB4B is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 75 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.33 |
| HSL | 145.51º | 0.95% | 0.34% | - |
| HSV(B) | 145.51º | 0.98% | 0.67% | - |
| XYZ | 15.88 | 29.66 | 11.54 | - |
| YUV | 110.12 | 108.17 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 75 | 0.98 | 0 | 0.56 | 0.33 | 145.51 | 0.95 | 0.34 |
| Hex | 4 | AB | 4B | 62 | 0 | 38 | 21 | 92 | 5F | 22 |
| Octal | 4 | 253 | 113 | 142 | 0 | 70 | 41 | 222 | 137 | 42 |
| Binary | 100 | 10101011 | 1001011 | 1100010 | 0 | 111000 | 100001 | 10010010 | 1011111 | 100010 |
Color Harmonies of #04AB4B
Complementary color
Monochromatic Colors of #04AB4B
Black with #04AB4B
Text Example
Text Example
White with #04AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB4B; }
p { color: rgb(4,171,75); }
H1.HeaderClassName
{
color: #04AB4B;
}
.AnyTagClassName
{
color: #04AB4B;
}
</style>
background-color css
<style>
a { background-color: #04AB4B; }
a { background-color: rgb(4,171,75); }
div.DivClassName
{
background-color: #04AB4B;
}
.BgClassName
{
background-color: #04AB4B;
}
</style>
border-color css
<style>
span { border-color: #04AB4B; }
span { border-color: rgb(4,171,75); }
td.TdClassName
{
border-color: #04AB4B;
}
.TagClassName
{
border-color: #04AB4B;
}
</style>