Shades of Islamic Green #12A814
Tints of Islamic Green #12A814
RGB
CMYK
RGB Variations
Color information
#12A814 (or 0x12A814) is known color: Islamic Green. HEX triplet: 12, A8 and 14. RGB value is (18,168,20). Sum of RGB (Red+Green+Blue) = 18+168+20=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 168 (66.02% from 255 or 81.55% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 168 - color contains mainly: green. Hex color #12A814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A814 is #ED57EB. Grayscale: #6A6A6A. Windows color (decimal): -15554540 or 1353746. OLE color: 1353746.
HSL color Cylindrical-coordinate representation of color #12A814: hue angle of 120.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A814 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 20 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.34 |
| HSL | 120.8º | 0.81% | 0.36% | - |
| HSV(B) | 120.8º | 0.89% | 0.66% | - |
| XYZ | 14.38 | 28.18 | 5.34 | - |
| YUV | 106.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 20 | 0.89 | 0 | 0.88 | 0.34 | 120.8 | 0.81 | 0.36 |
| Hex | 12 | A8 | 14 | 59 | 0 | 58 | 22 | 79 | 51 | 24 |
| Octal | 22 | 250 | 24 | 131 | 0 | 130 | 42 | 171 | 121 | 44 |
| Binary | 10010 | 10101000 | 10100 | 1011001 | 0 | 1011000 | 100010 | 1111001 | 1010001 | 100100 |
Color Harmonies of #12A814
Complementary color
Monochromatic Colors of #12A814
Black with #12A814
Text Example
Text Example
White with #12A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A814; }
p { color: rgb(18,168,20); }
H1.HeaderClassName
{
color: #12A814;
}
.AnyTagClassName
{
color: #12A814;
}
</style>
background-color css
<style>
a { background-color: #12A814; }
a { background-color: rgb(18,168,20); }
div.DivClassName
{
background-color: #12A814;
}
.BgClassName
{
background-color: #12A814;
}
</style>
border-color css
<style>
span { border-color: #12A814; }
span { border-color: rgb(18,168,20); }
td.TdClassName
{
border-color: #12A814;
}
.TagClassName
{
border-color: #12A814;
}
</style>