Shades of Islamic Green #03A610
Tints of Islamic Green #03A610
RGB
CMYK
RGB Variations
Color information
#03A610 (or 0x03A610) is known color: Islamic Green. HEX triplet: 03, A6 and 10. RGB value is (3,166,16). Sum of RGB (Red+Green+Blue) = 3+166+16=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 166 (65.23% from 255 or 89.73% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 166 - color contains mainly: green. Hex color #03A610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A610 is #FC59EF. Grayscale: #646464. Windows color (decimal): -16538096 or 1091075. OLE color: 1091075.
HSL color Cylindrical-coordinate representation of color #03A610: hue angle of 124.79º 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 #03A610 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 16 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.35 |
| HSL | 124.79º | 0.96% | 0.33% | - |
| HSV(B) | 124.79º | 0.98% | 0.65% | - |
| XYZ | 13.77 | 27.33 | 5.04 | - |
| YUV | 100.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 16 | 0.98 | 0 | 0.90 | 0.35 | 124.79 | 0.96 | 0.33 |
| Hex | 3 | A6 | 10 | 62 | 0 | 5A | 23 | 7D | 60 | 21 |
| Octal | 3 | 246 | 20 | 142 | 0 | 132 | 43 | 175 | 140 | 41 |
| Binary | 11 | 10100110 | 10000 | 1100010 | 0 | 1011010 | 100011 | 1111101 | 1100000 | 100001 |
Color Harmonies of #03A610
Complementary color
Monochromatic Colors of #03A610
Black with #03A610
Text Example
Text Example
White with #03A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A610; }
p { color: rgb(3,166,16); }
H1.HeaderClassName
{
color: #03A610;
}
.AnyTagClassName
{
color: #03A610;
}
</style>
background-color css
<style>
a { background-color: #03A610; }
a { background-color: rgb(3,166,16); }
div.DivClassName
{
background-color: #03A610;
}
.BgClassName
{
background-color: #03A610;
}
</style>
border-color css
<style>
span { border-color: #03A610; }
span { border-color: rgb(3,166,16); }
td.TdClassName
{
border-color: #03A610;
}
.TagClassName
{
border-color: #03A610;
}
</style>