Shades of Islamic Green #12A201
Tints of Islamic Green #12A201
RGB
CMYK
RGB Variations
Color information
#12A201 (or 0x12A201) is known color: Islamic Green. HEX triplet: 12, A2 and 01. RGB value is (18,162,1). Sum of RGB (Red+Green+Blue) = 18+162+1=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 162 (63.67% from 255 or 89.50% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 162 - color contains mainly: green. Hex color #12A201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A201 is #ED5DFE. Grayscale: #656565. Windows color (decimal): -15556095 or 107026. OLE color: 107026.
HSL color Cylindrical-coordinate representation of color #12A201: hue angle of 113.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12A201 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.36 |
| HSL | 113.66º | 0.99% | 0.32% | - |
| HSV(B) | 113.66º | 0.99% | 0.64% | - |
| XYZ | 13.18 | 25.97 | 4.35 | - |
| YUV | 100.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 1 | 0.89 | 0 | 0.99 | 0.36 | 113.66 | 0.99 | 0.32 |
| Hex | 12 | A2 | 1 | 59 | 0 | 63 | 24 | 72 | 63 | 20 |
| Octal | 22 | 242 | 1 | 131 | 0 | 143 | 44 | 162 | 143 | 40 |
| Binary | 10010 | 10100010 | 1 | 1011001 | 0 | 1100011 | 100100 | 1110010 | 1100011 | 100000 |
Color Harmonies of #12A201
Complementary color
Monochromatic Colors of #12A201
Black with #12A201
Text Example
Text Example
White with #12A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A201; }
p { color: rgb(18,162,1); }
H1.HeaderClassName
{
color: #12A201;
}
.AnyTagClassName
{
color: #12A201;
}
</style>
background-color css
<style>
a { background-color: #12A201; }
a { background-color: rgb(18,162,1); }
div.DivClassName
{
background-color: #12A201;
}
.BgClassName
{
background-color: #12A201;
}
</style>
border-color css
<style>
span { border-color: #12A201; }
span { border-color: rgb(18,162,1); }
td.TdClassName
{
border-color: #12A201;
}
.TagClassName
{
border-color: #12A201;
}
</style>