Shades of Islamic Green #03A504
Tints of Islamic Green #03A504
RGB
CMYK
RGB Variations
Color information
#03A504 (or 0x03A504) is known color: Islamic Green. HEX triplet: 03, A5 and 04. RGB value is (3,165,4). Sum of RGB (Red+Green+Blue) = 3+165+4=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 165 (64.84% from 255 or 95.93% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 165 - color contains mainly: green. Hex color #03A504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A504 is #FC5AFB. Grayscale: #626262. Windows color (decimal): -16538364 or 304387. OLE color: 304387.
HSL color Cylindrical-coordinate representation of color #03A504: hue angle of 120.37º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A504 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 165 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.35 |
| HSL | 120.37º | 0.96% | 0.33% | - |
| HSV(B) | 120.37º | 0.98% | 0.65% | - |
| XYZ | 13.51 | 26.94 | 4.6 | - |
| YUV | 98.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 4 | 0.98 | 0 | 0.98 | 0.35 | 120.37 | 0.96 | 0.33 |
| Hex | 3 | A5 | 4 | 62 | 0 | 62 | 23 | 78 | 60 | 21 |
| Octal | 3 | 245 | 4 | 142 | 0 | 142 | 43 | 170 | 140 | 41 |
| Binary | 11 | 10100101 | 100 | 1100010 | 0 | 1100010 | 100011 | 1111000 | 1100000 | 100001 |
Color Harmonies of #03A504
Complementary color
Monochromatic Colors of #03A504
Black with #03A504
Text Example
Text Example
White with #03A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A504; }
p { color: rgb(3,165,4); }
H1.HeaderClassName
{
color: #03A504;
}
.AnyTagClassName
{
color: #03A504;
}
</style>
background-color css
<style>
a { background-color: #03A504; }
a { background-color: rgb(3,165,4); }
div.DivClassName
{
background-color: #03A504;
}
.BgClassName
{
background-color: #03A504;
}
</style>
border-color css
<style>
span { border-color: #03A504; }
span { border-color: rgb(3,165,4); }
td.TdClassName
{
border-color: #03A504;
}
.TagClassName
{
border-color: #03A504;
}
</style>