Shades of Islamic Green #0DC105
Tints of Islamic Green #0DC105
RGB
CMYK
RGB Variations
Color information
#0DC105 (or 0x0DC105) is known color: Islamic Green. HEX triplet: 0D, C1 and 05. RGB value is (13,193,5). Sum of RGB (Red+Green+Blue) = 13+193+5=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 193 (75.78% from 255 or 91.47% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC105 is #F23EFA. Grayscale: #767676. Windows color (decimal): -15875835 or 377101. OLE color: 377101.
HSL color Cylindrical-coordinate representation of color #0DC105: hue angle of 117.45º 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 #0DC105 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.24 |
| HSL | 117.45º | 0.95% | 0.39% | - |
| HSV(B) | 117.45º | 0.97% | 0.76% | - |
| XYZ | 19.26 | 38.24 | 6.51 | - |
| YUV | 117.75 | 64.37 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 5 | 0.93 | 0 | 0.97 | 0.24 | 117.45 | 0.95 | 0.39 |
| Hex | D | C1 | 5 | 5D | 0 | 61 | 18 | 75 | 5F | 27 |
| Octal | 15 | 301 | 5 | 135 | 0 | 141 | 30 | 165 | 137 | 47 |
| Binary | 1101 | 11000001 | 101 | 1011101 | 0 | 1100001 | 11000 | 1110101 | 1011111 | 100111 |
Color Harmonies of #0DC105
Complementary color
Monochromatic Colors of #0DC105
Black with #0DC105
Text Example
Text Example
White with #0DC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC105; }
p { color: rgb(13,193,5); }
H1.HeaderClassName
{
color: #0DC105;
}
.AnyTagClassName
{
color: #0DC105;
}
</style>
background-color css
<style>
a { background-color: #0DC105; }
a { background-color: rgb(13,193,5); }
div.DivClassName
{
background-color: #0DC105;
}
.BgClassName
{
background-color: #0DC105;
}
</style>
border-color css
<style>
span { border-color: #0DC105; }
span { border-color: rgb(13,193,5); }
td.TdClassName
{
border-color: #0DC105;
}
.TagClassName
{
border-color: #0DC105;
}
</style>