Shades of Pigment Green #03AD4C
Tints of Pigment Green #03AD4C
RGB
CMYK
RGB Variations
Color information
#03AD4C (or 0x03AD4C) is known color: Pigment Green. HEX triplet: 03, AD and 4C. RGB value is (3,173,76). Sum of RGB (Red+Green+Blue) = 3+173+76=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD4C is #FC52B3. Grayscale: #6F6F6F. Windows color (decimal): -16536244 or 5025027. OLE color: 5025027.
HSL color Cylindrical-coordinate representation of color #03AD4C: hue angle of 145.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD4C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 76 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.32 |
| HSL | 145.76º | 0.97% | 0.35% | - |
| HSV(B) | 145.76º | 0.98% | 0.68% | - |
| XYZ | 16.29 | 30.43 | 11.85 | - |
| YUV | 111.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 76 | 0.98 | 0 | 0.56 | 0.32 | 145.76 | 0.97 | 0.35 |
| Hex | 3 | AD | 4C | 62 | 0 | 38 | 20 | 92 | 61 | 23 |
| Octal | 3 | 255 | 114 | 142 | 0 | 70 | 40 | 222 | 141 | 43 |
| Binary | 11 | 10101101 | 1001100 | 1100010 | 0 | 111000 | 100000 | 10010010 | 1100001 | 100011 |
Color Harmonies of #03AD4C
Complementary color
Monochromatic Colors of #03AD4C
Black with #03AD4C
Text Example
Text Example
White with #03AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD4C; }
p { color: rgb(3,173,76); }
H1.HeaderClassName
{
color: #03AD4C;
}
.AnyTagClassName
{
color: #03AD4C;
}
</style>
background-color css
<style>
a { background-color: #03AD4C; }
a { background-color: rgb(3,173,76); }
div.DivClassName
{
background-color: #03AD4C;
}
.BgClassName
{
background-color: #03AD4C;
}
</style>
border-color css
<style>
span { border-color: #03AD4C; }
span { border-color: rgb(3,173,76); }
td.TdClassName
{
border-color: #03AD4C;
}
.TagClassName
{
border-color: #03AD4C;
}
</style>