Shades of Pigment Green #04A856
Tints of Pigment Green #04A856
RGB
CMYK
RGB Variations
Color information
#04A856 (or 0x04A856) is known color: Pigment Green. HEX triplet: 04, A8 and 56. RGB value is (4,168,86). Sum of RGB (Red+Green+Blue) = 4+168+86=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #04A856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A856 is #FB57A9. Grayscale: #6D6D6D. Windows color (decimal): -16471978 or 5679108. OLE color: 5679108.
HSL color Cylindrical-coordinate representation of color #04A856: hue angle of 150º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A856 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 86 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.34 |
| HSL | 150º | 0.95% | 0.34% | - |
| HSV(B) | 150º | 0.98% | 0.66% | - |
| XYZ | 15.73 | 28.7 | 13.52 | - |
| YUV | 109.62 | 114.67 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 86 | 0.98 | 0 | 0.49 | 0.34 | 150 | 0.95 | 0.34 |
| Hex | 4 | A8 | 56 | 62 | 0 | 31 | 22 | 96 | 5F | 22 |
| Octal | 4 | 250 | 126 | 142 | 0 | 61 | 42 | 226 | 137 | 42 |
| Binary | 100 | 10101000 | 1010110 | 1100010 | 0 | 110001 | 100010 | 10010110 | 1011111 | 100010 |
Color Harmonies of #04A856
Complementary color
Monochromatic Colors of #04A856
Black with #04A856
Text Example
Text Example
White with #04A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A856; }
p { color: rgb(4,168,86); }
H1.HeaderClassName
{
color: #04A856;
}
.AnyTagClassName
{
color: #04A856;
}
</style>
background-color css
<style>
a { background-color: #04A856; }
a { background-color: rgb(4,168,86); }
div.DivClassName
{
background-color: #04A856;
}
.BgClassName
{
background-color: #04A856;
}
</style>
border-color css
<style>
span { border-color: #04A856; }
span { border-color: rgb(4,168,86); }
td.TdClassName
{
border-color: #04A856;
}
.TagClassName
{
border-color: #04A856;
}
</style>