Shades of Pigment Green #04A653
Tints of Pigment Green #04A653
RGB
CMYK
RGB Variations
Color information
#04A653 (or 0x04A653) is known color: Pigment Green. HEX triplet: 04, A6 and 53. RGB value is (4,166,83). Sum of RGB (Red+Green+Blue) = 4+166+83=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #04A653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A653 is #FB59AC. Grayscale: #6C6C6C. Windows color (decimal): -16472493 or 5481988. OLE color: 5481988.
HSL color Cylindrical-coordinate representation of color #04A653: hue angle of 149.26º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A653 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 83 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.35 |
| HSL | 149.26º | 0.95% | 0.33% | - |
| HSV(B) | 149.26º | 0.98% | 0.65% | - |
| XYZ | 15.25 | 27.92 | 12.77 | - |
| YUV | 108.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 83 | 0.98 | 0 | 0.50 | 0.35 | 149.26 | 0.95 | 0.33 |
| Hex | 4 | A6 | 53 | 62 | 0 | 32 | 23 | 95 | 5F | 21 |
| Octal | 4 | 246 | 123 | 142 | 0 | 62 | 43 | 225 | 137 | 41 |
| Binary | 100 | 10100110 | 1010011 | 1100010 | 0 | 110010 | 100011 | 10010101 | 1011111 | 100001 |
Color Harmonies of #04A653
Complementary color
Monochromatic Colors of #04A653
Black with #04A653
Text Example
Text Example
White with #04A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A653; }
p { color: rgb(4,166,83); }
H1.HeaderClassName
{
color: #04A653;
}
.AnyTagClassName
{
color: #04A653;
}
</style>
background-color css
<style>
a { background-color: #04A653; }
a { background-color: rgb(4,166,83); }
div.DivClassName
{
background-color: #04A653;
}
.BgClassName
{
background-color: #04A653;
}
</style>
border-color css
<style>
span { border-color: #04A653; }
span { border-color: rgb(4,166,83); }
td.TdClassName
{
border-color: #04A653;
}
.TagClassName
{
border-color: #04A653;
}
</style>