Shades of Islamic Green #12C40D
Tints of Islamic Green #12C40D
RGB
CMYK
RGB Variations
Color information
#12C40D (or 0x12C40D) is known color: Islamic Green. HEX triplet: 12, C4 and 0D. RGB value is (18,196,13). Sum of RGB (Red+Green+Blue) = 18+196+13=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #12C40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C40D is #ED3BF2. Grayscale: #7A7A7A. Windows color (decimal): -15547379 or 902162. OLE color: 902162.
HSL color Cylindrical-coordinate representation of color #12C40D: hue angle of 118.36º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C40D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 13 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.23 |
| HSL | 118.36º | 0.88% | 0.41% | - |
| HSV(B) | 118.36º | 0.93% | 0.77% | - |
| XYZ | 20.06 | 39.64 | 6.97 | - |
| YUV | 121.92 | 66.53 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 13 | 0.91 | 0 | 0.93 | 0.23 | 118.36 | 0.88 | 0.41 |
| Hex | 12 | C4 | D | 5B | 0 | 5D | 17 | 76 | 58 | 29 |
| Octal | 22 | 304 | 15 | 133 | 0 | 135 | 27 | 166 | 130 | 51 |
| Binary | 10010 | 11000100 | 1101 | 1011011 | 0 | 1011101 | 10111 | 1110110 | 1011000 | 101001 |
Color Harmonies of #12C40D
Complementary color
Monochromatic Colors of #12C40D
Black with #12C40D
Text Example
Text Example
White with #12C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C40D; }
p { color: rgb(18,196,13); }
H1.HeaderClassName
{
color: #12C40D;
}
.AnyTagClassName
{
color: #12C40D;
}
</style>
background-color css
<style>
a { background-color: #12C40D; }
a { background-color: rgb(18,196,13); }
div.DivClassName
{
background-color: #12C40D;
}
.BgClassName
{
background-color: #12C40D;
}
</style>
border-color css
<style>
span { border-color: #12C40D; }
span { border-color: rgb(18,196,13); }
td.TdClassName
{
border-color: #12C40D;
}
.TagClassName
{
border-color: #12C40D;
}
</style>