Shades of Pigment Green #04AD4C
Tints of Pigment Green #04AD4C
RGB
CMYK
RGB Variations
Color information
#04AD4C (or 0x04AD4C) is known color: Pigment Green. HEX triplet: 04, AD and 4C. RGB value is (4,173,76). Sum of RGB (Red+Green+Blue) = 4+173+76=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD4C is #FB52B3. Grayscale: #6F6F6F. Windows color (decimal): -16470708 or 5025028. OLE color: 5025028.
HSL color Cylindrical-coordinate representation of color #04AD4C: hue angle of 145.56º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD4C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 173 | 76 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.32 |
| HSL | 145.56º | 0.95% | 0.35% | - |
| HSV(B) | 145.56º | 0.98% | 0.68% | - |
| XYZ | 16.3 | 30.43 | 11.85 | - |
| YUV | 111.41 | 108.01 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 76 | 0.98 | 0 | 0.56 | 0.32 | 145.56 | 0.95 | 0.35 |
| Hex | 4 | AD | 4C | 62 | 0 | 38 | 20 | 92 | 5F | 23 |
| Octal | 4 | 255 | 114 | 142 | 0 | 70 | 40 | 222 | 137 | 43 |
| Binary | 100 | 10101101 | 1001100 | 1100010 | 0 | 111000 | 100000 | 10010010 | 1011111 | 100011 |
Color Harmonies of #04AD4C
Complementary color
Monochromatic Colors of #04AD4C
Black with #04AD4C
Text Example
Text Example
White with #04AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AD4C; }
p { color: rgb(4,173,76); }
H1.HeaderClassName
{
color: #04AD4C;
}
.AnyTagClassName
{
color: #04AD4C;
}
</style>
background-color css
<style>
a { background-color: #04AD4C; }
a { background-color: rgb(4,173,76); }
div.DivClassName
{
background-color: #04AD4C;
}
.BgClassName
{
background-color: #04AD4C;
}
</style>
border-color css
<style>
span { border-color: #04AD4C; }
span { border-color: rgb(4,173,76); }
td.TdClassName
{
border-color: #04AD4C;
}
.TagClassName
{
border-color: #04AD4C;
}
</style>