Shades of Islamic Green #03A60F
Tints of Islamic Green #03A60F
RGB
CMYK
RGB Variations
Color information
#03A60F (or 0x03A60F) is known color: Islamic Green. HEX triplet: 03, A6 and 0F. RGB value is (3,166,15). Sum of RGB (Red+Green+Blue) = 3+166+15=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 166 (65.23% from 255 or 90.22% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 166 - color contains mainly: green. Hex color #03A60F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A60F is #FC59F0. Grayscale: #646464. Windows color (decimal): -16538097 or 1025539. OLE color: 1025539.
HSL color Cylindrical-coordinate representation of color #03A60F: hue angle of 124.42º 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 #03A60F is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 15 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.35 |
| HSL | 124.42º | 0.96% | 0.33% | - |
| HSV(B) | 124.42º | 0.98% | 0.65% | - |
| XYZ | 13.76 | 27.33 | 5 | - |
| YUV | 100.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 15 | 0.98 | 0 | 0.91 | 0.35 | 124.42 | 0.96 | 0.33 |
| Hex | 3 | A6 | F | 62 | 0 | 5B | 23 | 7C | 60 | 21 |
| Octal | 3 | 246 | 17 | 142 | 0 | 133 | 43 | 174 | 140 | 41 |
| Binary | 11 | 10100110 | 1111 | 1100010 | 0 | 1011011 | 100011 | 1111100 | 1100000 | 100001 |
Color Harmonies of #03A60F
Complementary color
Monochromatic Colors of #03A60F
Black with #03A60F
Text Example
Text Example
White with #03A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A60F; }
p { color: rgb(3,166,15); }
H1.HeaderClassName
{
color: #03A60F;
}
.AnyTagClassName
{
color: #03A60F;
}
</style>
background-color css
<style>
a { background-color: #03A60F; }
a { background-color: rgb(3,166,15); }
div.DivClassName
{
background-color: #03A60F;
}
.BgClassName
{
background-color: #03A60F;
}
</style>
border-color css
<style>
span { border-color: #03A60F; }
span { border-color: rgb(3,166,15); }
td.TdClassName
{
border-color: #03A60F;
}
.TagClassName
{
border-color: #03A60F;
}
</style>