Shades of Islamic Green #12C002
Tints of Islamic Green #12C002
RGB
CMYK
RGB Variations
Color information
#12C002 (or 0x12C002) is known color: Islamic Green. HEX triplet: 12, C0 and 02. RGB value is (18,192,2). Sum of RGB (Red+Green+Blue) = 18+192+2=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 192 (75.39% from 255 or 90.57% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 192 - color contains mainly: green. Hex color #12C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C002 is #ED3FFD. Grayscale: #767676. Windows color (decimal): -15548414 or 180242. OLE color: 180242.
HSL color Cylindrical-coordinate representation of color #12C002: hue angle of 114.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12C002 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.25 |
| HSL | 114.95º | 0.98% | 0.38% | - |
| HSV(B) | 114.95º | 0.99% | 0.75% | - |
| XYZ | 19.11 | 37.83 | 6.35 | - |
| YUV | 118.31 | 62.35 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 2 | 0.91 | 0 | 0.99 | 0.25 | 114.95 | 0.98 | 0.38 |
| Hex | 12 | C0 | 2 | 5B | 0 | 63 | 19 | 73 | 62 | 26 |
| Octal | 22 | 300 | 2 | 133 | 0 | 143 | 31 | 163 | 142 | 46 |
| Binary | 10010 | 11000000 | 10 | 1011011 | 0 | 1100011 | 11001 | 1110011 | 1100010 | 100110 |
Color Harmonies of #12C002
Complementary color
Monochromatic Colors of #12C002
Black with #12C002
Text Example
Text Example
White with #12C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C002; }
p { color: rgb(18,192,2); }
H1.HeaderClassName
{
color: #12C002;
}
.AnyTagClassName
{
color: #12C002;
}
</style>
background-color css
<style>
a { background-color: #12C002; }
a { background-color: rgb(18,192,2); }
div.DivClassName
{
background-color: #12C002;
}
.BgClassName
{
background-color: #12C002;
}
</style>
border-color css
<style>
span { border-color: #12C002; }
span { border-color: rgb(18,192,2); }
td.TdClassName
{
border-color: #12C002;
}
.TagClassName
{
border-color: #12C002;
}
</style>