Shades of Islamic Green #12A801
Tints of Islamic Green #12A801
RGB
CMYK
RGB Variations
Color information
#12A801 (or 0x12A801) is known color: Islamic Green. HEX triplet: 12, A8 and 01. RGB value is (18,168,1). Sum of RGB (Red+Green+Blue) = 18+168+1=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 168 (66.02% from 255 or 89.84% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 168 - color contains mainly: green. Hex color #12A801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A801 is #ED57FE. Grayscale: #686868. Windows color (decimal): -15554559 or 108562. OLE color: 108562.
HSL color Cylindrical-coordinate representation of color #12A801: hue angle of 113.89º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12A801 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.34 |
| HSL | 113.89º | 0.99% | 0.33% | - |
| HSV(B) | 113.89º | 0.99% | 0.66% | - |
| XYZ | 14.26 | 28.14 | 4.71 | - |
| YUV | 104.11 | 69.81 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 1 | 0.89 | 0 | 0.99 | 0.34 | 113.89 | 0.99 | 0.33 |
| Hex | 12 | A8 | 1 | 59 | 0 | 63 | 22 | 72 | 63 | 21 |
| Octal | 22 | 250 | 1 | 131 | 0 | 143 | 42 | 162 | 143 | 41 |
| Binary | 10010 | 10101000 | 1 | 1011001 | 0 | 1100011 | 100010 | 1110010 | 1100011 | 100001 |
Color Harmonies of #12A801
Complementary color
Monochromatic Colors of #12A801
Black with #12A801
Text Example
Text Example
White with #12A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A801; }
p { color: rgb(18,168,1); }
H1.HeaderClassName
{
color: #12A801;
}
.AnyTagClassName
{
color: #12A801;
}
</style>
background-color css
<style>
a { background-color: #12A801; }
a { background-color: rgb(18,168,1); }
div.DivClassName
{
background-color: #12A801;
}
.BgClassName
{
background-color: #12A801;
}
</style>
border-color css
<style>
span { border-color: #12A801; }
span { border-color: rgb(18,168,1); }
td.TdClassName
{
border-color: #12A801;
}
.TagClassName
{
border-color: #12A801;
}
</style>