Shades of Islamic Green #0DC113
Tints of Islamic Green #0DC113
RGB
CMYK
RGB Variations
Color information
#0DC113 (or 0x0DC113) is known color: Islamic Green. HEX triplet: 0D, C1 and 13. RGB value is (13,193,19). Sum of RGB (Red+Green+Blue) = 13+193+19=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 193 (75.78% from 255 or 85.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC113 is #F23EEC. Grayscale: #777777. Windows color (decimal): -15875821 or 1294605. OLE color: 1294605.
HSL color Cylindrical-coordinate representation of color #0DC113: hue angle of 122º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC113 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 19 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.24 |
| HSL | 122º | 0.87% | 0.4% | - |
| HSV(B) | 122º | 0.93% | 0.76% | - |
| XYZ | 19.35 | 38.27 | 6.98 | - |
| YUV | 119.34 | 71.37 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 19 | 0.93 | 0 | 0.90 | 0.24 | 122 | 0.87 | 0.4 |
| Hex | D | C1 | 13 | 5D | 0 | 5A | 18 | 7A | 57 | 28 |
| Octal | 15 | 301 | 23 | 135 | 0 | 132 | 30 | 172 | 127 | 50 |
| Binary | 1101 | 11000001 | 10011 | 1011101 | 0 | 1011010 | 11000 | 1111010 | 1010111 | 101000 |
Color Harmonies of #0DC113
Complementary color
Monochromatic Colors of #0DC113
Black with #0DC113
Text Example
Text Example
White with #0DC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC113; }
p { color: rgb(13,193,19); }
H1.HeaderClassName
{
color: #0DC113;
}
.AnyTagClassName
{
color: #0DC113;
}
</style>
background-color css
<style>
a { background-color: #0DC113; }
a { background-color: rgb(13,193,19); }
div.DivClassName
{
background-color: #0DC113;
}
.BgClassName
{
background-color: #0DC113;
}
</style>
border-color css
<style>
span { border-color: #0DC113; }
span { border-color: rgb(13,193,19); }
td.TdClassName
{
border-color: #0DC113;
}
.TagClassName
{
border-color: #0DC113;
}
</style>