Shades of Islamic Green #12C107
Tints of Islamic Green #12C107
RGB
CMYK
RGB Variations
Color information
#12C107 (or 0x12C107) is known color: Islamic Green. HEX triplet: 12, C1 and 07. RGB value is (18,193,7). Sum of RGB (Red+Green+Blue) = 18+193+7=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 193 (75.78% from 255 or 88.53% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 193 - color contains mainly: green. Hex color #12C107 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C107 is #ED3EF8. Grayscale: #787878. Windows color (decimal): -15548153 or 508178. OLE color: 508178.
HSL color Cylindrical-coordinate representation of color #12C107: hue angle of 116.45º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12C107 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 7 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.24 |
| HSL | 116.45º | 0.93% | 0.39% | - |
| HSV(B) | 116.45º | 0.96% | 0.76% | - |
| XYZ | 19.36 | 38.28 | 6.57 | - |
| YUV | 119.47 | 64.52 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 7 | 0.91 | 0 | 0.96 | 0.24 | 116.45 | 0.93 | 0.39 |
| Hex | 12 | C1 | 7 | 5B | 0 | 60 | 18 | 74 | 5D | 27 |
| Octal | 22 | 301 | 7 | 133 | 0 | 140 | 30 | 164 | 135 | 47 |
| Binary | 10010 | 11000001 | 111 | 1011011 | 0 | 1100000 | 11000 | 1110100 | 1011101 | 100111 |
Color Harmonies of #12C107
Complementary color
Monochromatic Colors of #12C107
Black with #12C107
Text Example
Text Example
White with #12C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C107; }
p { color: rgb(18,193,7); }
H1.HeaderClassName
{
color: #12C107;
}
.AnyTagClassName
{
color: #12C107;
}
</style>
background-color css
<style>
a { background-color: #12C107; }
a { background-color: rgb(18,193,7); }
div.DivClassName
{
background-color: #12C107;
}
.BgClassName
{
background-color: #12C107;
}
</style>
border-color css
<style>
span { border-color: #12C107; }
span { border-color: rgb(18,193,7); }
td.TdClassName
{
border-color: #12C107;
}
.TagClassName
{
border-color: #12C107;
}
</style>