Shades of Islamic Green #12A70A
Tints of Islamic Green #12A70A
RGB
CMYK
RGB Variations
Color information
#12A70A (or 0x12A70A) is known color: Islamic Green. HEX triplet: 12, A7 and 0A. RGB value is (18,167,10). Sum of RGB (Red+Green+Blue) = 18+167+10=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 167 (65.62% from 255 or 85.64% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 167 - color contains mainly: green. Hex color #12A70A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A70A is #ED58F5. Grayscale: #696969. Windows color (decimal): -15554806 or 698130. OLE color: 698130.
HSL color Cylindrical-coordinate representation of color #12A70A: hue angle of 116.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12A70A is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 10 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.35 |
| HSL | 116.94º | 0.89% | 0.35% | - |
| HSV(B) | 116.94º | 0.94% | 0.65% | - |
| XYZ | 14.12 | 27.79 | 4.91 | - |
| YUV | 104.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 10 | 0.89 | 0 | 0.94 | 0.35 | 116.94 | 0.89 | 0.35 |
| Hex | 12 | A7 | A | 59 | 0 | 5E | 23 | 75 | 59 | 23 |
| Octal | 22 | 247 | 12 | 131 | 0 | 136 | 43 | 165 | 131 | 43 |
| Binary | 10010 | 10100111 | 1010 | 1011001 | 0 | 1011110 | 100011 | 1110101 | 1011001 | 100011 |
Color Harmonies of #12A70A
Complementary color
Monochromatic Colors of #12A70A
Black with #12A70A
Text Example
Text Example
White with #12A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A70A; }
p { color: rgb(18,167,10); }
H1.HeaderClassName
{
color: #12A70A;
}
.AnyTagClassName
{
color: #12A70A;
}
</style>
background-color css
<style>
a { background-color: #12A70A; }
a { background-color: rgb(18,167,10); }
div.DivClassName
{
background-color: #12A70A;
}
.BgClassName
{
background-color: #12A70A;
}
</style>
border-color css
<style>
span { border-color: #12A70A; }
span { border-color: rgb(18,167,10); }
td.TdClassName
{
border-color: #12A70A;
}
.TagClassName
{
border-color: #12A70A;
}
</style>