Shades of Islamic Green #03A200
Tints of Islamic Green #03A200
RGB
CMYK
RGB Variations
Color information
#03A200 (or 0x03A200) is known color: Islamic Green. HEX triplet: 03, A2 and 00. RGB value is (3,162,0). Sum of RGB (Red+Green+Blue) = 3+162+0=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 162 (63.67% from 255 or 98.18% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 162 - color contains mainly: green. Hex color #03A200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A200 is #FC5DFF. Grayscale: #606060. Windows color (decimal): -16539136 or 41475. OLE color: 41475.
HSL color Cylindrical-coordinate representation of color #03A200: hue angle of 118.89º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03A200 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 162 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.36 |
| HSL | 118.89º | 1% | 0.32% | - |
| HSV(B) | 118.89º | 1% | 0.64% | - |
| XYZ | 12.96 | 25.86 | 4.31 | - |
| YUV | 95.99 | 73.82 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 0 | 0.98 | 0 | 1 | 0.36 | 118.89 | 1 | 0.32 |
| Hex | 3 | A2 | 0 | 62 | 0 | 64 | 24 | 77 | 64 | 20 |
| Octal | 3 | 242 | 0 | 142 | 0 | 144 | 44 | 167 | 144 | 40 |
| Binary | 11 | 10100010 | 0 | 1100010 | 0 | 1100100 | 100100 | 1110111 | 1100100 | 100000 |
Color Harmonies of #03A200
Complementary color
Monochromatic Colors of #03A200
Black with #03A200
Text Example
Text Example
White with #03A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A200; }
p { color: rgb(3,162,0); }
H1.HeaderClassName
{
color: #03A200;
}
.AnyTagClassName
{
color: #03A200;
}
</style>
background-color css
<style>
a { background-color: #03A200; }
a { background-color: rgb(3,162,0); }
div.DivClassName
{
background-color: #03A200;
}
.BgClassName
{
background-color: #03A200;
}
</style>
border-color css
<style>
span { border-color: #03A200; }
span { border-color: rgb(3,162,0); }
td.TdClassName
{
border-color: #03A200;
}
.TagClassName
{
border-color: #03A200;
}
</style>