Shades of Pigment Green #04A842
Tints of Pigment Green #04A842
RGB
CMYK
RGB Variations
Color information
#04A842 (or 0x04A842) is known color: Pigment Green. HEX triplet: 04, A8 and 42. RGB value is (4,168,66). Sum of RGB (Red+Green+Blue) = 4+168+66=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 168 (66.02% from 255 or 70.59% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 168 - color contains mainly: green. Hex color #04A842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A842 is #FB57BD. Grayscale: #6B6B6B. Windows color (decimal): -16471998 or 4368388. OLE color: 4368388.
HSL color Cylindrical-coordinate representation of color #04A842: hue angle of 142.68º 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 #04A842 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 66 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.34 |
| HSL | 142.68º | 0.95% | 0.34% | - |
| HSV(B) | 142.68º | 0.98% | 0.66% | - |
| XYZ | 15.04 | 28.42 | 9.85 | - |
| YUV | 107.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 66 | 0.98 | 0 | 0.61 | 0.34 | 142.68 | 0.95 | 0.34 |
| Hex | 4 | A8 | 42 | 62 | 0 | 3D | 22 | 8F | 5F | 22 |
| Octal | 4 | 250 | 102 | 142 | 0 | 75 | 42 | 217 | 137 | 42 |
| Binary | 100 | 10101000 | 1000010 | 1100010 | 0 | 111101 | 100010 | 10001111 | 1011111 | 100010 |
Color Harmonies of #04A842
Complementary color
Monochromatic Colors of #04A842
Black with #04A842
Text Example
Text Example
White with #04A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A842; }
p { color: rgb(4,168,66); }
H1.HeaderClassName
{
color: #04A842;
}
.AnyTagClassName
{
color: #04A842;
}
</style>
background-color css
<style>
a { background-color: #04A842; }
a { background-color: rgb(4,168,66); }
div.DivClassName
{
background-color: #04A842;
}
.BgClassName
{
background-color: #04A842;
}
</style>
border-color css
<style>
span { border-color: #04A842; }
span { border-color: rgb(4,168,66); }
td.TdClassName
{
border-color: #04A842;
}
.TagClassName
{
border-color: #04A842;
}
</style>