Shades of Pigment Green #04A93D
Tints of Pigment Green #04A93D
RGB
CMYK
RGB Variations
Color information
#04A93D (or 0x04A93D) is known color: Pigment Green. HEX triplet: 04, A9 and 3D. RGB value is (4,169,61). Sum of RGB (Red+Green+Blue) = 4+169+61=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 169 (66.41% from 255 or 72.22% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 169 - color contains mainly: green. Hex color #04A93D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A93D is #FB56C2. Grayscale: #6B6B6B. Windows color (decimal): -16471747 or 4040964. OLE color: 4040964.
HSL color Cylindrical-coordinate representation of color #04A93D: hue angle of 140.73º 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 #04A93D is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 169 | 61 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.34 |
| HSL | 140.73º | 0.95% | 0.34% | - |
| HSV(B) | 140.73º | 0.98% | 0.66% | - |
| XYZ | 15.08 | 28.74 | 9.17 | - |
| YUV | 107.35 | 101.84 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 169 | 61 | 0.98 | 0 | 0.64 | 0.34 | 140.73 | 0.95 | 0.34 |
| Hex | 4 | A9 | 3D | 62 | 0 | 40 | 22 | 8D | 5F | 22 |
| Octal | 4 | 251 | 75 | 142 | 0 | 100 | 42 | 215 | 137 | 42 |
| Binary | 100 | 10101001 | 111101 | 1100010 | 0 | 1000000 | 100010 | 10001101 | 1011111 | 100010 |
Color Harmonies of #04A93D
Complementary color
Monochromatic Colors of #04A93D
Black with #04A93D
Text Example
Text Example
White with #04A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A93D; }
p { color: rgb(4,169,61); }
H1.HeaderClassName
{
color: #04A93D;
}
.AnyTagClassName
{
color: #04A93D;
}
</style>
background-color css
<style>
a { background-color: #04A93D; }
a { background-color: rgb(4,169,61); }
div.DivClassName
{
background-color: #04A93D;
}
.BgClassName
{
background-color: #04A93D;
}
</style>
border-color css
<style>
span { border-color: #04A93D; }
span { border-color: rgb(4,169,61); }
td.TdClassName
{
border-color: #04A93D;
}
.TagClassName
{
border-color: #04A93D;
}
</style>