Shades of Islamic Green #0DC412
Tints of Islamic Green #0DC412
RGB
CMYK
RGB Variations
Color information
#0DC412 (or 0x0DC412) is known color: Islamic Green. HEX triplet: 0D, C4 and 12. RGB value is (13,196,18). Sum of RGB (Red+Green+Blue) = 13+196+18=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC412 is #F23BED. Grayscale: #797979. Windows color (decimal): -15875054 or 1229837. OLE color: 1229837.
HSL color Cylindrical-coordinate representation of color #0DC412: hue angle of 121.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC412 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 18 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.23 |
| HSL | 121.64º | 0.88% | 0.41% | - |
| HSV(B) | 121.64º | 0.93% | 0.77% | - |
| XYZ | 20.02 | 39.61 | 7.16 | - |
| YUV | 120.99 | 69.87 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 18 | 0.93 | 0 | 0.91 | 0.23 | 121.64 | 0.88 | 0.41 |
| Hex | D | C4 | 12 | 5D | 0 | 5B | 17 | 7A | 58 | 29 |
| Octal | 15 | 304 | 22 | 135 | 0 | 133 | 27 | 172 | 130 | 51 |
| Binary | 1101 | 11000100 | 10010 | 1011101 | 0 | 1011011 | 10111 | 1111010 | 1011000 | 101001 |
Color Harmonies of #0DC412
Complementary color
Monochromatic Colors of #0DC412
Black with #0DC412
Text Example
Text Example
White with #0DC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC412; }
p { color: rgb(13,196,18); }
H1.HeaderClassName
{
color: #0DC412;
}
.AnyTagClassName
{
color: #0DC412;
}
</style>
background-color css
<style>
a { background-color: #0DC412; }
a { background-color: rgb(13,196,18); }
div.DivClassName
{
background-color: #0DC412;
}
.BgClassName
{
background-color: #0DC412;
}
</style>
border-color css
<style>
span { border-color: #0DC412; }
span { border-color: rgb(13,196,18); }
td.TdClassName
{
border-color: #0DC412;
}
.TagClassName
{
border-color: #0DC412;
}
</style>