Shades of Islamic Green #12C40A
Tints of Islamic Green #12C40A
RGB
CMYK
RGB Variations
Color information
#12C40A (or 0x12C40A) is known color: Islamic Green. HEX triplet: 12, C4 and 0A. RGB value is (18,196,10). Sum of RGB (Red+Green+Blue) = 18+196+10=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 196 (76.95% from 255 or 87.5% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 196 - color contains mainly: green. Hex color #12C40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C40A is #ED3BF5. Grayscale: #7A7A7A. Windows color (decimal): -15547382 or 705554. OLE color: 705554.
HSL color Cylindrical-coordinate representation of color #12C40A: hue angle of 117.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12C40A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 10 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.23 |
| HSL | 117.42º | 0.9% | 0.4% | - |
| HSV(B) | 117.42º | 0.95% | 0.77% | - |
| XYZ | 20.04 | 39.63 | 6.88 | - |
| YUV | 121.57 | 65.03 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 10 | 0.91 | 0 | 0.95 | 0.23 | 117.42 | 0.9 | 0.4 |
| Hex | 12 | C4 | A | 5B | 0 | 5F | 17 | 75 | 5A | 28 |
| Octal | 22 | 304 | 12 | 133 | 0 | 137 | 27 | 165 | 132 | 50 |
| Binary | 10010 | 11000100 | 1010 | 1011011 | 0 | 1011111 | 10111 | 1110101 | 1011010 | 101000 |
Color Harmonies of #12C40A
Complementary color
Monochromatic Colors of #12C40A
Black with #12C40A
Text Example
Text Example
White with #12C40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C40A; }
p { color: rgb(18,196,10); }
H1.HeaderClassName
{
color: #12C40A;
}
.AnyTagClassName
{
color: #12C40A;
}
</style>
background-color css
<style>
a { background-color: #12C40A; }
a { background-color: rgb(18,196,10); }
div.DivClassName
{
background-color: #12C40A;
}
.BgClassName
{
background-color: #12C40A;
}
</style>
border-color css
<style>
span { border-color: #12C40A; }
span { border-color: rgb(18,196,10); }
td.TdClassName
{
border-color: #12C40A;
}
.TagClassName
{
border-color: #12C40A;
}
</style>