Shades of Pigment Green #03AC4A
Tints of Pigment Green #03AC4A
RGB
CMYK
RGB Variations
Color information
#03AC4A (or 0x03AC4A) is known color: Pigment Green. HEX triplet: 03, AC and 4A. RGB value is (3,172,74). Sum of RGB (Red+Green+Blue) = 3+172+74=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AC4A is #FC53B5. Grayscale: #6E6E6E. Windows color (decimal): -16536502 or 4893699. OLE color: 4893699.
HSL color Cylindrical-coordinate representation of color #03AC4A: hue angle of 145.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AC4A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 172 | 74 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.33 |
| HSL | 145.21º | 0.97% | 0.34% | - |
| HSV(B) | 145.21º | 0.98% | 0.67% | - |
| XYZ | 16.03 | 30.02 | 11.43 | - |
| YUV | 110.3 | 107.51 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 74 | 0.98 | 0 | 0.57 | 0.33 | 145.21 | 0.97 | 0.34 |
| Hex | 3 | AC | 4A | 62 | 0 | 39 | 21 | 91 | 61 | 22 |
| Octal | 3 | 254 | 112 | 142 | 0 | 71 | 41 | 221 | 141 | 42 |
| Binary | 11 | 10101100 | 1001010 | 1100010 | 0 | 111001 | 100001 | 10010001 | 1100001 | 100010 |
Color Harmonies of #03AC4A
Complementary color
Monochromatic Colors of #03AC4A
Black with #03AC4A
Text Example
Text Example
White with #03AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AC4A; }
p { color: rgb(3,172,74); }
H1.HeaderClassName
{
color: #03AC4A;
}
.AnyTagClassName
{
color: #03AC4A;
}
</style>
background-color css
<style>
a { background-color: #03AC4A; }
a { background-color: rgb(3,172,74); }
div.DivClassName
{
background-color: #03AC4A;
}
.BgClassName
{
background-color: #03AC4A;
}
</style>
border-color css
<style>
span { border-color: #03AC4A; }
span { border-color: rgb(3,172,74); }
td.TdClassName
{
border-color: #03AC4A;
}
.TagClassName
{
border-color: #03AC4A;
}
</style>