Shades of Islamic Green #0DC809
Tints of Islamic Green #0DC809
RGB
CMYK
RGB Variations
Color information
#0DC809 (or 0x0DC809) is known color: Islamic Green. HEX triplet: 0D, C8 and 09. RGB value is (13,200,9). Sum of RGB (Red+Green+Blue) = 13+200+9=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 200 (78.52% from 255 or 90.09% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC809 is #F237F6. Grayscale: #7A7A7A. Windows color (decimal): -15874039 or 641037. OLE color: 641037.
HSL color Cylindrical-coordinate representation of color #0DC809: hue angle of 118.74º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC809 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.22 |
| HSL | 118.74º | 0.91% | 0.41% | - |
| HSV(B) | 118.74º | 0.96% | 0.78% | - |
| XYZ | 20.87 | 41.41 | 7.15 | - |
| YUV | 122.31 | 64.05 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 9 | 0.94 | 0 | 0.96 | 0.22 | 118.74 | 0.91 | 0.41 |
| Hex | D | C8 | 9 | 5E | 0 | 60 | 16 | 77 | 5B | 29 |
| Octal | 15 | 310 | 11 | 136 | 0 | 140 | 26 | 167 | 133 | 51 |
| Binary | 1101 | 11001000 | 1001 | 1011110 | 0 | 1100000 | 10110 | 1110111 | 1011011 | 101001 |
Color Harmonies of #0DC809
Complementary color
Monochromatic Colors of #0DC809
Black with #0DC809
Text Example
Text Example
White with #0DC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC809; }
p { color: rgb(13,200,9); }
H1.HeaderClassName
{
color: #0DC809;
}
.AnyTagClassName
{
color: #0DC809;
}
</style>
background-color css
<style>
a { background-color: #0DC809; }
a { background-color: rgb(13,200,9); }
div.DivClassName
{
background-color: #0DC809;
}
.BgClassName
{
background-color: #0DC809;
}
</style>
border-color css
<style>
span { border-color: #0DC809; }
span { border-color: rgb(13,200,9); }
td.TdClassName
{
border-color: #0DC809;
}
.TagClassName
{
border-color: #0DC809;
}
</style>