Shades of Islamic Green #0DC311
Tints of Islamic Green #0DC311
RGB
CMYK
RGB Variations
Color information
#0DC311 (or 0x0DC311) is known color: Islamic Green. HEX triplet: 0D, C3 and 11. RGB value is (13,195,17). Sum of RGB (Red+Green+Blue) = 13+195+17=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 195 (76.56% from 255 or 86.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC311 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC311 is #F23CEE. Grayscale: #787878. Windows color (decimal): -15875311 or 1164045. OLE color: 1164045.
HSL color Cylindrical-coordinate representation of color #0DC311: hue angle of 121.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC311 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 17 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.24 |
| HSL | 121.32º | 0.88% | 0.41% | - |
| HSV(B) | 121.32º | 0.93% | 0.76% | - |
| XYZ | 19.78 | 39.16 | 7.05 | - |
| YUV | 120.29 | 69.7 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 17 | 0.93 | 0 | 0.91 | 0.24 | 121.32 | 0.88 | 0.41 |
| Hex | D | C3 | 11 | 5D | 0 | 5B | 18 | 79 | 58 | 29 |
| Octal | 15 | 303 | 21 | 135 | 0 | 133 | 30 | 171 | 130 | 51 |
| Binary | 1101 | 11000011 | 10001 | 1011101 | 0 | 1011011 | 11000 | 1111001 | 1011000 | 101001 |
Color Harmonies of #0DC311
Complementary color
Monochromatic Colors of #0DC311
Black with #0DC311
Text Example
Text Example
White with #0DC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC311; }
p { color: rgb(13,195,17); }
H1.HeaderClassName
{
color: #0DC311;
}
.AnyTagClassName
{
color: #0DC311;
}
</style>
background-color css
<style>
a { background-color: #0DC311; }
a { background-color: rgb(13,195,17); }
div.DivClassName
{
background-color: #0DC311;
}
.BgClassName
{
background-color: #0DC311;
}
</style>
border-color css
<style>
span { border-color: #0DC311; }
span { border-color: rgb(13,195,17); }
td.TdClassName
{
border-color: #0DC311;
}
.TagClassName
{
border-color: #0DC311;
}
</style>