Shades of Islamic Green #0DC403
Tints of Islamic Green #0DC403
RGB
CMYK
RGB Variations
Color information
#0DC403 (or 0x0DC403) is known color: Islamic Green. HEX triplet: 0D, C4 and 03. RGB value is (13,196,3). Sum of RGB (Red+Green+Blue) = 13+196+3=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 196 (76.95% from 255 or 92.45% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC403 is #F23BFC. Grayscale: #777777. Windows color (decimal): -15875069 or 246797. OLE color: 246797.
HSL color Cylindrical-coordinate representation of color #0DC403: hue angle of 116.89º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DC403 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.23 |
| HSL | 116.89º | 0.97% | 0.39% | - |
| HSV(B) | 116.89º | 0.98% | 0.77% | - |
| XYZ | 19.92 | 39.57 | 6.67 | - |
| YUV | 119.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 3 | 0.93 | 0 | 0.98 | 0.23 | 116.89 | 0.97 | 0.39 |
| Hex | D | C4 | 3 | 5D | 0 | 62 | 17 | 75 | 61 | 27 |
| Octal | 15 | 304 | 3 | 135 | 0 | 142 | 27 | 165 | 141 | 47 |
| Binary | 1101 | 11000100 | 11 | 1011101 | 0 | 1100010 | 10111 | 1110101 | 1100001 | 100111 |
Color Harmonies of #0DC403
Complementary color
Monochromatic Colors of #0DC403
Black with #0DC403
Text Example
Text Example
White with #0DC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC403; }
p { color: rgb(13,196,3); }
H1.HeaderClassName
{
color: #0DC403;
}
.AnyTagClassName
{
color: #0DC403;
}
</style>
background-color css
<style>
a { background-color: #0DC403; }
a { background-color: rgb(13,196,3); }
div.DivClassName
{
background-color: #0DC403;
}
.BgClassName
{
background-color: #0DC403;
}
</style>
border-color css
<style>
span { border-color: #0DC403; }
span { border-color: rgb(13,196,3); }
td.TdClassName
{
border-color: #0DC403;
}
.TagClassName
{
border-color: #0DC403;
}
</style>