Shades of Islamic Green #0DC510
Tints of Islamic Green #0DC510
RGB
CMYK
RGB Variations
Color information
#0DC510 (or 0x0DC510) is known color: Islamic Green. HEX triplet: 0D, C5 and 10. RGB value is (13,197,16). Sum of RGB (Red+Green+Blue) = 13+197+16=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 197 (77.34% from 255 or 87.17% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC510 is #F23AEF. Grayscale: #797979. Windows color (decimal): -15874800 or 1099021. OLE color: 1099021.
HSL color Cylindrical-coordinate representation of color #0DC510: hue angle of 120.98º 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 #0DC510 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.23 |
| HSL | 120.98º | 0.88% | 0.41% | - |
| HSV(B) | 120.98º | 0.93% | 0.77% | - |
| XYZ | 20.23 | 40.06 | 7.16 | - |
| YUV | 121.35 | 68.54 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 16 | 0.93 | 0 | 0.92 | 0.23 | 120.98 | 0.88 | 0.41 |
| Hex | D | C5 | 10 | 5D | 0 | 5C | 17 | 79 | 58 | 29 |
| Octal | 15 | 305 | 20 | 135 | 0 | 134 | 27 | 171 | 130 | 51 |
| Binary | 1101 | 11000101 | 10000 | 1011101 | 0 | 1011100 | 10111 | 1111001 | 1011000 | 101001 |
Color Harmonies of #0DC510
Complementary color
Monochromatic Colors of #0DC510
Black with #0DC510
Text Example
Text Example
White with #0DC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC510; }
p { color: rgb(13,197,16); }
H1.HeaderClassName
{
color: #0DC510;
}
.AnyTagClassName
{
color: #0DC510;
}
</style>
background-color css
<style>
a { background-color: #0DC510; }
a { background-color: rgb(13,197,16); }
div.DivClassName
{
background-color: #0DC510;
}
.BgClassName
{
background-color: #0DC510;
}
</style>
border-color css
<style>
span { border-color: #0DC510; }
span { border-color: rgb(13,197,16); }
td.TdClassName
{
border-color: #0DC510;
}
.TagClassName
{
border-color: #0DC510;
}
</style>