Shades of Islamic Green #12C205
Tints of Islamic Green #12C205
RGB
CMYK
RGB Variations
Color information
#12C205 (or 0x12C205) is known color: Islamic Green. HEX triplet: 12, C2 and 05. RGB value is (18,194,5). Sum of RGB (Red+Green+Blue) = 18+194+5=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 194 (76.17% from 255 or 89.40% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 194 - color contains mainly: green. Hex color #12C205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C205 is #ED3DFA. Grayscale: #787878. Windows color (decimal): -15547899 or 377362. OLE color: 377362.
HSL color Cylindrical-coordinate representation of color #12C205: hue angle of 115.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12C205 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.24 |
| HSL | 115.87º | 0.95% | 0.39% | - |
| HSV(B) | 115.87º | 0.97% | 0.76% | - |
| XYZ | 19.57 | 38.72 | 6.59 | - |
| YUV | 119.83 | 63.19 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 5 | 0.91 | 0 | 0.97 | 0.24 | 115.87 | 0.95 | 0.39 |
| Hex | 12 | C2 | 5 | 5B | 0 | 61 | 18 | 74 | 5F | 27 |
| Octal | 22 | 302 | 5 | 133 | 0 | 141 | 30 | 164 | 137 | 47 |
| Binary | 10010 | 11000010 | 101 | 1011011 | 0 | 1100001 | 11000 | 1110100 | 1011111 | 100111 |
Color Harmonies of #12C205
Complementary color
Monochromatic Colors of #12C205
Black with #12C205
Text Example
Text Example
White with #12C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C205; }
p { color: rgb(18,194,5); }
H1.HeaderClassName
{
color: #12C205;
}
.AnyTagClassName
{
color: #12C205;
}
</style>
background-color css
<style>
a { background-color: #12C205; }
a { background-color: rgb(18,194,5); }
div.DivClassName
{
background-color: #12C205;
}
.BgClassName
{
background-color: #12C205;
}
</style>
border-color css
<style>
span { border-color: #12C205; }
span { border-color: rgb(18,194,5); }
td.TdClassName
{
border-color: #12C205;
}
.TagClassName
{
border-color: #12C205;
}
</style>