Shades of Pigment Green #04A641
Tints of Pigment Green #04A641
RGB
CMYK
RGB Variations
Color information
#04A641 (or 0x04A641) is known color: Pigment Green. HEX triplet: 04, A6 and 41. RGB value is (4,166,65). Sum of RGB (Red+Green+Blue) = 4+166+65=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #04A641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A641 is #FB59BE. Grayscale: #6A6A6A. Windows color (decimal): -16472511 or 4302340. OLE color: 4302340.
HSL color Cylindrical-coordinate representation of color #04A641: hue angle of 142.59º 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 #04A641 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 65 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.35 |
| HSL | 142.59º | 0.95% | 0.33% | - |
| HSV(B) | 142.59º | 0.98% | 0.65% | - |
| XYZ | 14.64 | 27.68 | 9.57 | - |
| YUV | 106.05 | 104.83 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 65 | 0.98 | 0 | 0.61 | 0.35 | 142.59 | 0.95 | 0.33 |
| Hex | 4 | A6 | 41 | 62 | 0 | 3D | 23 | 8F | 5F | 21 |
| Octal | 4 | 246 | 101 | 142 | 0 | 75 | 43 | 217 | 137 | 41 |
| Binary | 100 | 10100110 | 1000001 | 1100010 | 0 | 111101 | 100011 | 10001111 | 1011111 | 100001 |
Color Harmonies of #04A641
Complementary color
Monochromatic Colors of #04A641
Black with #04A641
Text Example
Text Example
White with #04A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A641; }
p { color: rgb(4,166,65); }
H1.HeaderClassName
{
color: #04A641;
}
.AnyTagClassName
{
color: #04A641;
}
</style>
background-color css
<style>
a { background-color: #04A641; }
a { background-color: rgb(4,166,65); }
div.DivClassName
{
background-color: #04A641;
}
.BgClassName
{
background-color: #04A641;
}
</style>
border-color css
<style>
span { border-color: #04A641; }
span { border-color: rgb(4,166,65); }
td.TdClassName
{
border-color: #04A641;
}
.TagClassName
{
border-color: #04A641;
}
</style>