Shades of Islamic Green #039A13
Tints of Islamic Green #039A13
RGB
CMYK
RGB Variations
Color information
#039A13 (or 0x039A13) is known color: Islamic Green. HEX triplet: 03, 9A and 13. RGB value is (3,154,19). Sum of RGB (Red+Green+Blue) = 3+154+19=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 154 (60.55% from 255 or 87.5% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 154 - color contains mainly: green. Hex color #039A13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039A13 is #FC65EC. Grayscale: #5D5D5D. Windows color (decimal): -16541165 or 1284611. OLE color: 1284611.
HSL color Cylindrical-coordinate representation of color #039A13: hue angle of 126.36º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A13 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 19 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.40 |
| HSL | 126.36º | 0.96% | 0.31% | - |
| HSV(B) | 126.36º | 0.98% | 0.6% | - |
| XYZ | 11.71 | 23.18 | 4.47 | - |
| YUV | 93.46 | 85.97 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 19 | 0.98 | 0 | 0.88 | 0.40 | 126.36 | 0.96 | 0.31 |
| Hex | 3 | 9A | 13 | 62 | 0 | 58 | 28 | 7E | 60 | 1F |
| Octal | 3 | 232 | 23 | 142 | 0 | 130 | 50 | 176 | 140 | 37 |
| Binary | 11 | 10011010 | 10011 | 1100010 | 0 | 1011000 | 101000 | 1111110 | 1100000 | 11111 |
Color Harmonies of #039A13
Complementary color
Monochromatic Colors of #039A13
Black with #039A13
Text Example
Text Example
White with #039A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A13; }
p { color: rgb(3,154,19); }
H1.HeaderClassName
{
color: #039A13;
}
.AnyTagClassName
{
color: #039A13;
}
</style>
background-color css
<style>
a { background-color: #039A13; }
a { background-color: rgb(3,154,19); }
div.DivClassName
{
background-color: #039A13;
}
.BgClassName
{
background-color: #039A13;
}
</style>
border-color css
<style>
span { border-color: #039A13; }
span { border-color: rgb(3,154,19); }
td.TdClassName
{
border-color: #039A13;
}
.TagClassName
{
border-color: #039A13;
}
</style>