Shades of Islamic Green #0DC009
Tints of Islamic Green #0DC009
RGB
CMYK
RGB Variations
Color information
#0DC009 (or 0x0DC009) is known color: Islamic Green. HEX triplet: 0D, C0 and 09. RGB value is (13,192,9). Sum of RGB (Red+Green+Blue) = 13+192+9=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC009 is #F23FF6. Grayscale: #767676. Windows color (decimal): -15876087 or 638989. OLE color: 638989.
HSL color Cylindrical-coordinate representation of color #0DC009: hue angle of 118.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC009 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 9 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.25 |
| HSL | 118.69º | 0.91% | 0.39% | - |
| HSV(B) | 118.69º | 0.95% | 0.75% | - |
| XYZ | 19.06 | 37.8 | 6.55 | - |
| YUV | 117.62 | 66.7 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 9 | 0.93 | 0 | 0.95 | 0.25 | 118.69 | 0.91 | 0.39 |
| Hex | D | C0 | 9 | 5D | 0 | 5F | 19 | 77 | 5B | 27 |
| Octal | 15 | 300 | 11 | 135 | 0 | 137 | 31 | 167 | 133 | 47 |
| Binary | 1101 | 11000000 | 1001 | 1011101 | 0 | 1011111 | 11001 | 1110111 | 1011011 | 100111 |
Color Harmonies of #0DC009
Complementary color
Monochromatic Colors of #0DC009
Black with #0DC009
Text Example
Text Example
White with #0DC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC009; }
p { color: rgb(13,192,9); }
H1.HeaderClassName
{
color: #0DC009;
}
.AnyTagClassName
{
color: #0DC009;
}
</style>
background-color css
<style>
a { background-color: #0DC009; }
a { background-color: rgb(13,192,9); }
div.DivClassName
{
background-color: #0DC009;
}
.BgClassName
{
background-color: #0DC009;
}
</style>
border-color css
<style>
span { border-color: #0DC009; }
span { border-color: rgb(13,192,9); }
td.TdClassName
{
border-color: #0DC009;
}
.TagClassName
{
border-color: #0DC009;
}
</style>