Shades of Islamic Green #0DC408
Tints of Islamic Green #0DC408
RGB
CMYK
RGB Variations
Color information
#0DC408 (or 0x0DC408) is known color: Islamic Green. HEX triplet: 0D, C4 and 08. RGB value is (13,196,8). Sum of RGB (Red+Green+Blue) = 13+196+8=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 196 (76.95% from 255 or 90.32% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC408 is #F23BF7. Grayscale: #787878. Windows color (decimal): -15875064 or 574477. OLE color: 574477.
HSL color Cylindrical-coordinate representation of color #0DC408: hue angle of 118.4º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DC408 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.23 |
| HSL | 118.4º | 0.92% | 0.4% | - |
| HSV(B) | 118.4º | 0.96% | 0.77% | - |
| XYZ | 19.95 | 39.58 | 6.82 | - |
| YUV | 119.85 | 64.87 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 8 | 0.93 | 0 | 0.96 | 0.23 | 118.4 | 0.92 | 0.4 |
| Hex | D | C4 | 8 | 5D | 0 | 60 | 17 | 76 | 5C | 28 |
| Octal | 15 | 304 | 10 | 135 | 0 | 140 | 27 | 166 | 134 | 50 |
| Binary | 1101 | 11000100 | 1000 | 1011101 | 0 | 1100000 | 10111 | 1110110 | 1011100 | 101000 |
Color Harmonies of #0DC408
Complementary color
Monochromatic Colors of #0DC408
Black with #0DC408
Text Example
Text Example
White with #0DC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC408; }
p { color: rgb(13,196,8); }
H1.HeaderClassName
{
color: #0DC408;
}
.AnyTagClassName
{
color: #0DC408;
}
</style>
background-color css
<style>
a { background-color: #0DC408; }
a { background-color: rgb(13,196,8); }
div.DivClassName
{
background-color: #0DC408;
}
.BgClassName
{
background-color: #0DC408;
}
</style>
border-color css
<style>
span { border-color: #0DC408; }
span { border-color: rgb(13,196,8); }
td.TdClassName
{
border-color: #0DC408;
}
.TagClassName
{
border-color: #0DC408;
}
</style>