Shades of Pigment Green #04A352
Tints of Pigment Green #04A352
RGB
CMYK
RGB Variations
Color information
#04A352 (or 0x04A352) is known color: Pigment Green. HEX triplet: 04, A3 and 52. RGB value is (4,163,82). Sum of RGB (Red+Green+Blue) = 4+163+82=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 163 (64.06% from 255 or 65.46% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 163 - color contains mainly: green. Hex color #04A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A352 is #FB5CAD. Grayscale: #6A6A6A. Windows color (decimal): -16473262 or 5415684. OLE color: 5415684.
HSL color Cylindrical-coordinate representation of color #04A352: hue angle of 149.43º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A352 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 82 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.36 |
| HSL | 149.43º | 0.95% | 0.33% | - |
| HSV(B) | 149.43º | 0.98% | 0.64% | - |
| XYZ | 14.67 | 26.83 | 12.39 | - |
| YUV | 106.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 82 | 0.98 | 0 | 0.50 | 0.36 | 149.43 | 0.95 | 0.33 |
| Hex | 4 | A3 | 52 | 62 | 0 | 32 | 24 | 95 | 5F | 21 |
| Octal | 4 | 243 | 122 | 142 | 0 | 62 | 44 | 225 | 137 | 41 |
| Binary | 100 | 10100011 | 1010010 | 1100010 | 0 | 110010 | 100100 | 10010101 | 1011111 | 100001 |
Color Harmonies of #04A352
Complementary color
Monochromatic Colors of #04A352
Black with #04A352
Text Example
Text Example
White with #04A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A352; }
p { color: rgb(4,163,82); }
H1.HeaderClassName
{
color: #04A352;
}
.AnyTagClassName
{
color: #04A352;
}
</style>
background-color css
<style>
a { background-color: #04A352; }
a { background-color: rgb(4,163,82); }
div.DivClassName
{
background-color: #04A352;
}
.BgClassName
{
background-color: #04A352;
}
</style>
border-color css
<style>
span { border-color: #04A352; }
span { border-color: rgb(4,163,82); }
td.TdClassName
{
border-color: #04A352;
}
.TagClassName
{
border-color: #04A352;
}
</style>