Shades of Pigment Green #03AD57
Tints of Pigment Green #03AD57
RGB
CMYK
RGB Variations
Color information
#03AD57 (or 0x03AD57) is known color: Pigment Green. HEX triplet: 03, AD and 57. RGB value is (3,173,87). Sum of RGB (Red+Green+Blue) = 3+173+87=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD57 is #FC52A8. Grayscale: #707070. Windows color (decimal): -16536233 or 5745923. OLE color: 5745923.
HSL color Cylindrical-coordinate representation of color #03AD57: hue angle of 149.65º 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 #03AD57 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 87 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.32 |
| HSL | 149.65º | 0.97% | 0.35% | - |
| HSV(B) | 149.65º | 0.98% | 0.68% | - |
| XYZ | 16.7 | 30.59 | 14.04 | - |
| YUV | 112.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 87 | 0.98 | 0 | 0.50 | 0.32 | 149.65 | 0.97 | 0.35 |
| Hex | 3 | AD | 57 | 62 | 0 | 32 | 20 | 96 | 61 | 23 |
| Octal | 3 | 255 | 127 | 142 | 0 | 62 | 40 | 226 | 141 | 43 |
| Binary | 11 | 10101101 | 1010111 | 1100010 | 0 | 110010 | 100000 | 10010110 | 1100001 | 100011 |
Color Harmonies of #03AD57
Complementary color
Monochromatic Colors of #03AD57
Black with #03AD57
Text Example
Text Example
White with #03AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD57; }
p { color: rgb(3,173,87); }
H1.HeaderClassName
{
color: #03AD57;
}
.AnyTagClassName
{
color: #03AD57;
}
</style>
background-color css
<style>
a { background-color: #03AD57; }
a { background-color: rgb(3,173,87); }
div.DivClassName
{
background-color: #03AD57;
}
.BgClassName
{
background-color: #03AD57;
}
</style>
border-color css
<style>
span { border-color: #03AD57; }
span { border-color: rgb(3,173,87); }
td.TdClassName
{
border-color: #03AD57;
}
.TagClassName
{
border-color: #03AD57;
}
</style>