Shades of Islamic Green #0DC100
Tints of Islamic Green #0DC100
RGB
CMYK
RGB Variations
Color information
#0DC100 (or 0x0DC100) is known color: Islamic Green. HEX triplet: 0D, C1 and 00. RGB value is (13,193,0). Sum of RGB (Red+Green+Blue) = 13+193+0=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 193 (75.78% from 255 or 93.69% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC100 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC100 is #F23EFF. Grayscale: #757575. Windows color (decimal): -15875840 or 49421. OLE color: 49421.
HSL color Cylindrical-coordinate representation of color #0DC100: hue angle of 115.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DC100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.24 |
| HSL | 115.96º | 1% | 0.38% | - |
| HSV(B) | 115.96º | 1% | 0.76% | - |
| XYZ | 19.24 | 38.23 | 6.36 | - |
| YUV | 117.18 | 61.87 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 0 | 0.93 | 0 | 1 | 0.24 | 115.96 | 1 | 0.38 |
| Hex | D | C1 | 0 | 5D | 0 | 64 | 18 | 74 | 64 | 26 |
| Octal | 15 | 301 | 0 | 135 | 0 | 144 | 30 | 164 | 144 | 46 |
| Binary | 1101 | 11000001 | 0 | 1011101 | 0 | 1100100 | 11000 | 1110100 | 1100100 | 100110 |
Color Harmonies of #0DC100
Complementary color
Monochromatic Colors of #0DC100
Black with #0DC100
Text Example
Text Example
White with #0DC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC100; }
p { color: rgb(13,193,0); }
H1.HeaderClassName
{
color: #0DC100;
}
.AnyTagClassName
{
color: #0DC100;
}
</style>
background-color css
<style>
a { background-color: #0DC100; }
a { background-color: rgb(13,193,0); }
div.DivClassName
{
background-color: #0DC100;
}
.BgClassName
{
background-color: #0DC100;
}
</style>
border-color css
<style>
span { border-color: #0DC100; }
span { border-color: rgb(13,193,0); }
td.TdClassName
{
border-color: #0DC100;
}
.TagClassName
{
border-color: #0DC100;
}
</style>