Shades of Pigment Green #04A83C
Tints of Pigment Green #04A83C
RGB
CMYK
RGB Variations
Color information
#04A83C (or 0x04A83C) is known color: Pigment Green. HEX triplet: 04, A8 and 3C. RGB value is (4,168,60). Sum of RGB (Red+Green+Blue) = 4+168+60=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 168 (66.02% from 255 or 72.41% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 168 - color contains mainly: green. Hex color #04A83C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A83C is #FB57C3. Grayscale: #6A6A6A. Windows color (decimal): -16472004 or 3975172. OLE color: 3975172.
HSL color Cylindrical-coordinate representation of color #04A83C: hue angle of 140.49º 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 #04A83C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 60 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.34 |
| HSL | 140.49º | 0.95% | 0.34% | - |
| HSV(B) | 140.49º | 0.98% | 0.66% | - |
| XYZ | 14.87 | 28.36 | 8.96 | - |
| YUV | 106.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 60 | 0.98 | 0 | 0.64 | 0.34 | 140.49 | 0.95 | 0.34 |
| Hex | 4 | A8 | 3C | 62 | 0 | 40 | 22 | 8C | 5F | 22 |
| Octal | 4 | 250 | 74 | 142 | 0 | 100 | 42 | 214 | 137 | 42 |
| Binary | 100 | 10101000 | 111100 | 1100010 | 0 | 1000000 | 100010 | 10001100 | 1011111 | 100010 |
Color Harmonies of #04A83C
Complementary color
Monochromatic Colors of #04A83C
Black with #04A83C
Text Example
Text Example
White with #04A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A83C; }
p { color: rgb(4,168,60); }
H1.HeaderClassName
{
color: #04A83C;
}
.AnyTagClassName
{
color: #04A83C;
}
</style>
background-color css
<style>
a { background-color: #04A83C; }
a { background-color: rgb(4,168,60); }
div.DivClassName
{
background-color: #04A83C;
}
.BgClassName
{
background-color: #04A83C;
}
</style>
border-color css
<style>
span { border-color: #04A83C; }
span { border-color: rgb(4,168,60); }
td.TdClassName
{
border-color: #04A83C;
}
.TagClassName
{
border-color: #04A83C;
}
</style>