Shades of Islamic Green #0DC511
Tints of Islamic Green #0DC511
RGB
CMYK
RGB Variations
Color information
#0DC511 (or 0x0DC511) is known color: Islamic Green. HEX triplet: 0D, C5 and 11. RGB value is (13,197,17). Sum of RGB (Red+Green+Blue) = 13+197+17=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC511 is #F23AEE. Grayscale: #7A7A7A. Windows color (decimal): -15874799 or 1164557. OLE color: 1164557.
HSL color Cylindrical-coordinate representation of color #0DC511: hue angle of 121.3º 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 #0DC511 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 17 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.23 |
| HSL | 121.3º | 0.88% | 0.41% | - |
| HSV(B) | 121.3º | 0.93% | 0.77% | - |
| XYZ | 20.23 | 40.06 | 7.2 | - |
| YUV | 121.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 17 | 0.93 | 0 | 0.91 | 0.23 | 121.3 | 0.88 | 0.41 |
| Hex | D | C5 | 11 | 5D | 0 | 5B | 17 | 79 | 58 | 29 |
| Octal | 15 | 305 | 21 | 135 | 0 | 133 | 27 | 171 | 130 | 51 |
| Binary | 1101 | 11000101 | 10001 | 1011101 | 0 | 1011011 | 10111 | 1111001 | 1011000 | 101001 |
Color Harmonies of #0DC511
Complementary color
Monochromatic Colors of #0DC511
Black with #0DC511
Text Example
Text Example
White with #0DC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC511; }
p { color: rgb(13,197,17); }
H1.HeaderClassName
{
color: #0DC511;
}
.AnyTagClassName
{
color: #0DC511;
}
</style>
background-color css
<style>
a { background-color: #0DC511; }
a { background-color: rgb(13,197,17); }
div.DivClassName
{
background-color: #0DC511;
}
.BgClassName
{
background-color: #0DC511;
}
</style>
border-color css
<style>
span { border-color: #0DC511; }
span { border-color: rgb(13,197,17); }
td.TdClassName
{
border-color: #0DC511;
}
.TagClassName
{
border-color: #0DC511;
}
</style>