Shades of Islamic Green #0DC505
Tints of Islamic Green #0DC505
RGB
CMYK
RGB Variations
Color information
#0DC505 (or 0x0DC505) is known color: Islamic Green. HEX triplet: 0D, C5 and 05. RGB value is (13,197,5). Sum of RGB (Red+Green+Blue) = 13+197+5=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 197 (77.34% from 255 or 91.63% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC505 is #F23AFA. Grayscale: #787878. Windows color (decimal): -15874811 or 378125. OLE color: 378125.
HSL color Cylindrical-coordinate representation of color #0DC505: hue angle of 117.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DC505 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.23 |
| HSL | 117.5º | 0.95% | 0.4% | - |
| HSV(B) | 117.5º | 0.97% | 0.77% | - |
| XYZ | 20.16 | 40.03 | 6.81 | - |
| YUV | 120.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 5 | 0.93 | 0 | 0.97 | 0.23 | 117.5 | 0.95 | 0.4 |
| Hex | D | C5 | 5 | 5D | 0 | 61 | 17 | 76 | 5F | 28 |
| Octal | 15 | 305 | 5 | 135 | 0 | 141 | 27 | 166 | 137 | 50 |
| Binary | 1101 | 11000101 | 101 | 1011101 | 0 | 1100001 | 10111 | 1110110 | 1011111 | 101000 |
Color Harmonies of #0DC505
Complementary color
Monochromatic Colors of #0DC505
Black with #0DC505
Text Example
Text Example
White with #0DC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC505; }
p { color: rgb(13,197,5); }
H1.HeaderClassName
{
color: #0DC505;
}
.AnyTagClassName
{
color: #0DC505;
}
</style>
background-color css
<style>
a { background-color: #0DC505; }
a { background-color: rgb(13,197,5); }
div.DivClassName
{
background-color: #0DC505;
}
.BgClassName
{
background-color: #0DC505;
}
</style>
border-color css
<style>
span { border-color: #0DC505; }
span { border-color: rgb(13,197,5); }
td.TdClassName
{
border-color: #0DC505;
}
.TagClassName
{
border-color: #0DC505;
}
</style>