Shades of Islamic Green #0DC213
Tints of Islamic Green #0DC213
RGB
CMYK
RGB Variations
Color information
#0DC213 (or 0x0DC213) is known color: Islamic Green. HEX triplet: 0D, C2 and 13. RGB value is (13,194,19). Sum of RGB (Red+Green+Blue) = 13+194+19=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 194 (76.17% from 255 or 85.84% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC213 is #F23DEC. Grayscale: #787878. Windows color (decimal): -15875565 or 1294861. OLE color: 1294861.
HSL color Cylindrical-coordinate representation of color #0DC213: hue angle of 121.99º degrees, saturation: 0.87, 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 #0DC213 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 19 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.24 |
| HSL | 121.99º | 0.87% | 0.41% | - |
| HSV(B) | 121.99º | 0.93% | 0.76% | - |
| XYZ | 19.58 | 38.72 | 7.06 | - |
| YUV | 119.93 | 71.03 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 19 | 0.93 | 0 | 0.90 | 0.24 | 121.99 | 0.87 | 0.41 |
| Hex | D | C2 | 13 | 5D | 0 | 5A | 18 | 7A | 57 | 29 |
| Octal | 15 | 302 | 23 | 135 | 0 | 132 | 30 | 172 | 127 | 51 |
| Binary | 1101 | 11000010 | 10011 | 1011101 | 0 | 1011010 | 11000 | 1111010 | 1010111 | 101001 |
Color Harmonies of #0DC213
Complementary color
Monochromatic Colors of #0DC213
Black with #0DC213
Text Example
Text Example
White with #0DC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC213; }
p { color: rgb(13,194,19); }
H1.HeaderClassName
{
color: #0DC213;
}
.AnyTagClassName
{
color: #0DC213;
}
</style>
background-color css
<style>
a { background-color: #0DC213; }
a { background-color: rgb(13,194,19); }
div.DivClassName
{
background-color: #0DC213;
}
.BgClassName
{
background-color: #0DC213;
}
</style>
border-color css
<style>
span { border-color: #0DC213; }
span { border-color: rgb(13,194,19); }
td.TdClassName
{
border-color: #0DC213;
}
.TagClassName
{
border-color: #0DC213;
}
</style>