Shades of Islamic Green #12A014
Tints of Islamic Green #12A014
RGB
CMYK
RGB Variations
Color information
#12A014 (or 0x12A014) is known color: Islamic Green. HEX triplet: 12, A0 and 14. RGB value is (18,160,20). Sum of RGB (Red+Green+Blue) = 18+160+20=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 160 (62.89% from 255 or 80.81% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 160 - color contains mainly: green. Hex color #12A014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A014 is #ED5FEB. Grayscale: #666666. Windows color (decimal): -15556588 or 1351698. OLE color: 1351698.
HSL color Cylindrical-coordinate representation of color #12A014: hue angle of 120.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A014 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 20 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.37 |
| HSL | 120.85º | 0.8% | 0.35% | - |
| HSV(B) | 120.85º | 0.89% | 0.63% | - |
| XYZ | 12.95 | 25.32 | 4.87 | - |
| YUV | 101.58 | 81.96 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 20 | 0.89 | 0 | 0.88 | 0.37 | 120.85 | 0.8 | 0.35 |
| Hex | 12 | A0 | 14 | 59 | 0 | 58 | 25 | 79 | 50 | 23 |
| Octal | 22 | 240 | 24 | 131 | 0 | 130 | 45 | 171 | 120 | 43 |
| Binary | 10010 | 10100000 | 10100 | 1011001 | 0 | 1011000 | 100101 | 1111001 | 1010000 | 100011 |
Color Harmonies of #12A014
Complementary color
Monochromatic Colors of #12A014
Black with #12A014
Text Example
Text Example
White with #12A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A014; }
p { color: rgb(18,160,20); }
H1.HeaderClassName
{
color: #12A014;
}
.AnyTagClassName
{
color: #12A014;
}
</style>
background-color css
<style>
a { background-color: #12A014; }
a { background-color: rgb(18,160,20); }
div.DivClassName
{
background-color: #12A014;
}
.BgClassName
{
background-color: #12A014;
}
</style>
border-color css
<style>
span { border-color: #12A014; }
span { border-color: rgb(18,160,20); }
td.TdClassName
{
border-color: #12A014;
}
.TagClassName
{
border-color: #12A014;
}
</style>