Shades of Islamic Green #12C305
Tints of Islamic Green #12C305
RGB
CMYK
RGB Variations
Color information
#12C305 (or 0x12C305) is known color: Islamic Green. HEX triplet: 12, C3 and 05. RGB value is (18,195,5). Sum of RGB (Red+Green+Blue) = 18+195+5=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 195 (76.56% from 255 or 89.45% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 195 - color contains mainly: green. Hex color #12C305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C305 is #ED3CFA. Grayscale: #797979. Windows color (decimal): -15547643 or 377618. OLE color: 377618.
HSL color Cylindrical-coordinate representation of color #12C305: hue angle of 115.89º 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 #12C305 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.24 |
| HSL | 115.89º | 0.95% | 0.39% | - |
| HSV(B) | 115.89º | 0.97% | 0.76% | - |
| XYZ | 19.79 | 39.17 | 6.66 | - |
| YUV | 120.42 | 62.86 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 5 | 0.91 | 0 | 0.97 | 0.24 | 115.89 | 0.95 | 0.39 |
| Hex | 12 | C3 | 5 | 5B | 0 | 61 | 18 | 74 | 5F | 27 |
| Octal | 22 | 303 | 5 | 133 | 0 | 141 | 30 | 164 | 137 | 47 |
| Binary | 10010 | 11000011 | 101 | 1011011 | 0 | 1100001 | 11000 | 1110100 | 1011111 | 100111 |
Color Harmonies of #12C305
Complementary color
Monochromatic Colors of #12C305
Black with #12C305
Text Example
Text Example
White with #12C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C305; }
p { color: rgb(18,195,5); }
H1.HeaderClassName
{
color: #12C305;
}
.AnyTagClassName
{
color: #12C305;
}
</style>
background-color css
<style>
a { background-color: #12C305; }
a { background-color: rgb(18,195,5); }
div.DivClassName
{
background-color: #12C305;
}
.BgClassName
{
background-color: #12C305;
}
</style>
border-color css
<style>
span { border-color: #12C305; }
span { border-color: rgb(18,195,5); }
td.TdClassName
{
border-color: #12C305;
}
.TagClassName
{
border-color: #12C305;
}
</style>