Shades of Islamic Green #03A00E
Tints of Islamic Green #03A00E
RGB
CMYK
RGB Variations
Color information
#03A00E (or 0x03A00E) is known color: Islamic Green. HEX triplet: 03, A0 and 0E. RGB value is (3,160,14). Sum of RGB (Red+Green+Blue) = 3+160+14=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 160 (62.89% from 255 or 90.40% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 160 - color contains mainly: green. Hex color #03A00E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A00E is #FC5FF1. Grayscale: #606060. Windows color (decimal): -16539634 or 958467. OLE color: 958467.
HSL color Cylindrical-coordinate representation of color #03A00E: hue angle of 124.2º 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 #03A00E is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 14 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.37 |
| HSL | 124.2º | 0.96% | 0.32% | - |
| HSV(B) | 124.2º | 0.98% | 0.63% | - |
| XYZ | 12.69 | 25.19 | 4.61 | - |
| YUV | 96.41 | 81.49 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 14 | 0.98 | 0 | 0.91 | 0.37 | 124.2 | 0.96 | 0.32 |
| Hex | 3 | A0 | E | 62 | 0 | 5B | 25 | 7C | 60 | 20 |
| Octal | 3 | 240 | 16 | 142 | 0 | 133 | 45 | 174 | 140 | 40 |
| Binary | 11 | 10100000 | 1110 | 1100010 | 0 | 1011011 | 100101 | 1111100 | 1100000 | 100000 |
Color Harmonies of #03A00E
Complementary color
Monochromatic Colors of #03A00E
Black with #03A00E
Text Example
Text Example
White with #03A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A00E; }
p { color: rgb(3,160,14); }
H1.HeaderClassName
{
color: #03A00E;
}
.AnyTagClassName
{
color: #03A00E;
}
</style>
background-color css
<style>
a { background-color: #03A00E; }
a { background-color: rgb(3,160,14); }
div.DivClassName
{
background-color: #03A00E;
}
.BgClassName
{
background-color: #03A00E;
}
</style>
border-color css
<style>
span { border-color: #03A00E; }
span { border-color: rgb(3,160,14); }
td.TdClassName
{
border-color: #03A00E;
}
.TagClassName
{
border-color: #03A00E;
}
</style>