Shades of Islamic Green #0D9B0A
Tints of Islamic Green #0D9B0A
RGB
CMYK
RGB Variations
Color information
#0D9B0A (or 0x0D9B0A) is known color: Islamic Green. HEX triplet: 0D, 9B and 0A. RGB value is (13,155,10). Sum of RGB (Red+Green+Blue) = 13+155+10=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 155 (60.94% from 255 or 87.08% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9B0A is #F264F5. Grayscale: #606060. Windows color (decimal): -15885558 or 695053. OLE color: 695053.
HSL color Cylindrical-coordinate representation of color #0D9B0A: hue angle of 118.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9B0A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 10 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.39 |
| HSL | 118.76º | 0.88% | 0.32% | - |
| HSV(B) | 118.76º | 0.94% | 0.61% | - |
| XYZ | 11.94 | 23.55 | 4.2 | - |
| YUV | 96.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 10 | 0.92 | 0 | 0.94 | 0.39 | 118.76 | 0.88 | 0.32 |
| Hex | D | 9B | A | 5C | 0 | 5E | 27 | 77 | 58 | 20 |
| Octal | 15 | 233 | 12 | 134 | 0 | 136 | 47 | 167 | 130 | 40 |
| Binary | 1101 | 10011011 | 1010 | 1011100 | 0 | 1011110 | 100111 | 1110111 | 1011000 | 100000 |
Color Harmonies of #0D9B0A
Complementary color
Monochromatic Colors of #0D9B0A
Black with #0D9B0A
Text Example
Text Example
White with #0D9B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B0A; }
p { color: rgb(13,155,10); }
H1.HeaderClassName
{
color: #0D9B0A;
}
.AnyTagClassName
{
color: #0D9B0A;
}
</style>
background-color css
<style>
a { background-color: #0D9B0A; }
a { background-color: rgb(13,155,10); }
div.DivClassName
{
background-color: #0D9B0A;
}
.BgClassName
{
background-color: #0D9B0A;
}
</style>
border-color css
<style>
span { border-color: #0D9B0A; }
span { border-color: rgb(13,155,10); }
td.TdClassName
{
border-color: #0D9B0A;
}
.TagClassName
{
border-color: #0D9B0A;
}
</style>