Shades of Islamic Green #0D9D0E
Tints of Islamic Green #0D9D0E
RGB
CMYK
RGB Variations
Color information
#0D9D0E (or 0x0D9D0E) is known color: Islamic Green. HEX triplet: 0D, 9D and 0E. RGB value is (13,157,14). Sum of RGB (Red+Green+Blue) = 13+157+14=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 157 (61.72% from 255 or 85.33% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9D0E is #F262F1. Grayscale: #626262. Windows color (decimal): -15885042 or 957709. OLE color: 957709.
HSL color Cylindrical-coordinate representation of color #0D9D0E: hue angle of 120.42º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D0E is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 14 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.38 |
| HSL | 120.42º | 0.85% | 0.33% | - |
| HSV(B) | 120.42º | 0.92% | 0.62% | - |
| XYZ | 12.3 | 24.23 | 4.44 | - |
| YUV | 97.64 | 80.79 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 14 | 0.92 | 0 | 0.91 | 0.38 | 120.42 | 0.85 | 0.33 |
| Hex | D | 9D | E | 5C | 0 | 5B | 26 | 78 | 55 | 21 |
| Octal | 15 | 235 | 16 | 134 | 0 | 133 | 46 | 170 | 125 | 41 |
| Binary | 1101 | 10011101 | 1110 | 1011100 | 0 | 1011011 | 100110 | 1111000 | 1010101 | 100001 |
Color Harmonies of #0D9D0E
Complementary color
Monochromatic Colors of #0D9D0E
Black with #0D9D0E
Text Example
Text Example
White with #0D9D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D0E; }
p { color: rgb(13,157,14); }
H1.HeaderClassName
{
color: #0D9D0E;
}
.AnyTagClassName
{
color: #0D9D0E;
}
</style>
background-color css
<style>
a { background-color: #0D9D0E; }
a { background-color: rgb(13,157,14); }
div.DivClassName
{
background-color: #0D9D0E;
}
.BgClassName
{
background-color: #0D9D0E;
}
</style>
border-color css
<style>
span { border-color: #0D9D0E; }
span { border-color: rgb(13,157,14); }
td.TdClassName
{
border-color: #0D9D0E;
}
.TagClassName
{
border-color: #0D9D0E;
}
</style>