Shades of Islamic Green #03A00D
Tints of Islamic Green #03A00D
RGB
CMYK
RGB Variations
Color information
#03A00D (or 0x03A00D) is known color: Islamic Green. HEX triplet: 03, A0 and 0D. RGB value is (3,160,13). Sum of RGB (Red+Green+Blue) = 3+160+13=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 160 (62.89% from 255 or 90.91% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 160 - color contains mainly: green. Hex color #03A00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A00D is #FC5FF2. Grayscale: #606060. Windows color (decimal): -16539635 or 892931. OLE color: 892931.
HSL color Cylindrical-coordinate representation of color #03A00D: hue angle of 123.82º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A00D is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 13 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.37 |
| HSL | 123.82º | 0.96% | 0.32% | - |
| HSV(B) | 123.82º | 0.98% | 0.63% | - |
| XYZ | 12.68 | 25.19 | 4.57 | - |
| YUV | 96.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 13 | 0.98 | 0 | 0.92 | 0.37 | 123.82 | 0.96 | 0.32 |
| Hex | 3 | A0 | D | 62 | 0 | 5C | 25 | 7C | 60 | 20 |
| Octal | 3 | 240 | 15 | 142 | 0 | 134 | 45 | 174 | 140 | 40 |
| Binary | 11 | 10100000 | 1101 | 1100010 | 0 | 1011100 | 100101 | 1111100 | 1100000 | 100000 |
Color Harmonies of #03A00D
Complementary color
Monochromatic Colors of #03A00D
Black with #03A00D
Text Example
Text Example
White with #03A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A00D; }
p { color: rgb(3,160,13); }
H1.HeaderClassName
{
color: #03A00D;
}
.AnyTagClassName
{
color: #03A00D;
}
</style>
background-color css
<style>
a { background-color: #03A00D; }
a { background-color: rgb(3,160,13); }
div.DivClassName
{
background-color: #03A00D;
}
.BgClassName
{
background-color: #03A00D;
}
</style>
border-color css
<style>
span { border-color: #03A00D; }
span { border-color: rgb(3,160,13); }
td.TdClassName
{
border-color: #03A00D;
}
.TagClassName
{
border-color: #03A00D;
}
</style>