Shades of Islamic Green #12A811
Tints of Islamic Green #12A811
RGB
CMYK
RGB Variations
Color information
#12A811 (or 0x12A811) is known color: Islamic Green. HEX triplet: 12, A8 and 11. RGB value is (18,168,17). Sum of RGB (Red+Green+Blue) = 18+168+17=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 168 (66.02% from 255 or 82.76% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 168 - color contains mainly: green. Hex color #12A811 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A811 is #ED57EE. Grayscale: #6A6A6A. Windows color (decimal): -15554543 or 1157138. OLE color: 1157138.
HSL color Cylindrical-coordinate representation of color #12A811: hue angle of 119.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A811 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 17 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.34 |
| HSL | 119.6º | 0.82% | 0.36% | - |
| HSV(B) | 119.6º | 0.9% | 0.66% | - |
| XYZ | 14.35 | 28.17 | 5.21 | - |
| YUV | 105.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 17 | 0.89 | 0 | 0.90 | 0.34 | 119.6 | 0.82 | 0.36 |
| Hex | 12 | A8 | 11 | 59 | 0 | 5A | 22 | 78 | 52 | 24 |
| Octal | 22 | 250 | 21 | 131 | 0 | 132 | 42 | 170 | 122 | 44 |
| Binary | 10010 | 10101000 | 10001 | 1011001 | 0 | 1011010 | 100010 | 1111000 | 1010010 | 100100 |
Color Harmonies of #12A811
Complementary color
Monochromatic Colors of #12A811
Black with #12A811
Text Example
Text Example
White with #12A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A811; }
p { color: rgb(18,168,17); }
H1.HeaderClassName
{
color: #12A811;
}
.AnyTagClassName
{
color: #12A811;
}
</style>
background-color css
<style>
a { background-color: #12A811; }
a { background-color: rgb(18,168,17); }
div.DivClassName
{
background-color: #12A811;
}
.BgClassName
{
background-color: #12A811;
}
</style>
border-color css
<style>
span { border-color: #12A811; }
span { border-color: rgb(18,168,17); }
td.TdClassName
{
border-color: #12A811;
}
.TagClassName
{
border-color: #12A811;
}
</style>