Shades of Islamic Green #12C508
Tints of Islamic Green #12C508
RGB
CMYK
RGB Variations
Color information
#12C508 (or 0x12C508) is known color: Islamic Green. HEX triplet: 12, C5 and 08. RGB value is (18,197,8). Sum of RGB (Red+Green+Blue) = 18+197+8=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 197 (77.34% from 255 or 88.34% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 197 - color contains mainly: green. Hex color #12C508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C508 is #ED3AF7. Grayscale: #7A7A7A. Windows color (decimal): -15547128 or 574738. OLE color: 574738.
HSL color Cylindrical-coordinate representation of color #12C508: hue angle of 116.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12C508 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 8 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.23 |
| HSL | 116.83º | 0.92% | 0.4% | - |
| HSV(B) | 116.83º | 0.96% | 0.77% | - |
| XYZ | 20.26 | 40.08 | 6.9 | - |
| YUV | 121.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 8 | 0.91 | 0 | 0.96 | 0.23 | 116.83 | 0.92 | 0.4 |
| Hex | 12 | C5 | 8 | 5B | 0 | 60 | 17 | 75 | 5C | 28 |
| Octal | 22 | 305 | 10 | 133 | 0 | 140 | 27 | 165 | 134 | 50 |
| Binary | 10010 | 11000101 | 1000 | 1011011 | 0 | 1100000 | 10111 | 1110101 | 1011100 | 101000 |
Color Harmonies of #12C508
Complementary color
Monochromatic Colors of #12C508
Black with #12C508
Text Example
Text Example
White with #12C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C508; }
p { color: rgb(18,197,8); }
H1.HeaderClassName
{
color: #12C508;
}
.AnyTagClassName
{
color: #12C508;
}
</style>
background-color css
<style>
a { background-color: #12C508; }
a { background-color: rgb(18,197,8); }
div.DivClassName
{
background-color: #12C508;
}
.BgClassName
{
background-color: #12C508;
}
</style>
border-color css
<style>
span { border-color: #12C508; }
span { border-color: rgb(18,197,8); }
td.TdClassName
{
border-color: #12C508;
}
.TagClassName
{
border-color: #12C508;
}
</style>