Shades of Islamic Green #0DC808
Tints of Islamic Green #0DC808
RGB
CMYK
RGB Variations
Color information
#0DC808 (or 0x0DC808) is known color: Islamic Green. HEX triplet: 0D, C8 and 08. RGB value is (13,200,8). Sum of RGB (Red+Green+Blue) = 13+200+8=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 200 (78.52% from 255 or 90.50% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC808 is #F237F7. Grayscale: #7A7A7A. Windows color (decimal): -15874040 or 575501. OLE color: 575501.
HSL color Cylindrical-coordinate representation of color #0DC808: hue angle of 118.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DC808 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.22 |
| HSL | 118.44º | 0.92% | 0.41% | - |
| HSV(B) | 118.44º | 0.96% | 0.78% | - |
| XYZ | 20.86 | 41.41 | 7.12 | - |
| YUV | 122.2 | 63.55 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 8 | 0.94 | 0 | 0.96 | 0.22 | 118.44 | 0.92 | 0.41 |
| Hex | D | C8 | 8 | 5E | 0 | 60 | 16 | 76 | 5C | 29 |
| Octal | 15 | 310 | 10 | 136 | 0 | 140 | 26 | 166 | 134 | 51 |
| Binary | 1101 | 11001000 | 1000 | 1011110 | 0 | 1100000 | 10110 | 1110110 | 1011100 | 101001 |
Color Harmonies of #0DC808
Complementary color
Monochromatic Colors of #0DC808
Black with #0DC808
Text Example
Text Example
White with #0DC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC808; }
p { color: rgb(13,200,8); }
H1.HeaderClassName
{
color: #0DC808;
}
.AnyTagClassName
{
color: #0DC808;
}
</style>
background-color css
<style>
a { background-color: #0DC808; }
a { background-color: rgb(13,200,8); }
div.DivClassName
{
background-color: #0DC808;
}
.BgClassName
{
background-color: #0DC808;
}
</style>
border-color css
<style>
span { border-color: #0DC808; }
span { border-color: rgb(13,200,8); }
td.TdClassName
{
border-color: #0DC808;
}
.TagClassName
{
border-color: #0DC808;
}
</style>