Shades of Islamic Green #039A12
Tints of Islamic Green #039A12
RGB
CMYK
RGB Variations
Color information
#039A12 (or 0x039A12) is known color: Islamic Green. HEX triplet: 03, 9A and 12. RGB value is (3,154,18). Sum of RGB (Red+Green+Blue) = 3+154+18=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 154 (60.55% from 255 or 88% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 154 - color contains mainly: green. Hex color #039A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039A12 is #FC65ED. Grayscale: #5D5D5D. Windows color (decimal): -16541166 or 1219075. OLE color: 1219075.
HSL color Cylindrical-coordinate representation of color #039A12: hue angle of 125.96º 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 #039A12 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 18 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.40 |
| HSL | 125.96º | 0.96% | 0.31% | - |
| HSV(B) | 125.96º | 0.98% | 0.6% | - |
| XYZ | 11.7 | 23.17 | 4.43 | - |
| YUV | 93.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 18 | 0.98 | 0 | 0.88 | 0.40 | 125.96 | 0.96 | 0.31 |
| Hex | 3 | 9A | 12 | 62 | 0 | 58 | 28 | 7E | 60 | 1F |
| Octal | 3 | 232 | 22 | 142 | 0 | 130 | 50 | 176 | 140 | 37 |
| Binary | 11 | 10011010 | 10010 | 1100010 | 0 | 1011000 | 101000 | 1111110 | 1100000 | 11111 |
Color Harmonies of #039A12
Complementary color
Monochromatic Colors of #039A12
Black with #039A12
Text Example
Text Example
White with #039A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A12; }
p { color: rgb(3,154,18); }
H1.HeaderClassName
{
color: #039A12;
}
.AnyTagClassName
{
color: #039A12;
}
</style>
background-color css
<style>
a { background-color: #039A12; }
a { background-color: rgb(3,154,18); }
div.DivClassName
{
background-color: #039A12;
}
.BgClassName
{
background-color: #039A12;
}
</style>
border-color css
<style>
span { border-color: #039A12; }
span { border-color: rgb(3,154,18); }
td.TdClassName
{
border-color: #039A12;
}
.TagClassName
{
border-color: #039A12;
}
</style>