Shades of Islamic Green #0D9A11
Tints of Islamic Green #0D9A11
RGB
CMYK
RGB Variations
Color information
#0D9A11 (or 0x0D9A11) is known color: Islamic Green. HEX triplet: 0D, 9A and 11. RGB value is (13,154,17). Sum of RGB (Red+Green+Blue) = 13+154+17=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 154 (60.55% from 255 or 83.70% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9A11 is #F265EE. Grayscale: #606060. Windows color (decimal): -15885807 or 1153549. OLE color: 1153549.
HSL color Cylindrical-coordinate representation of color #0D9A11: hue angle of 121.7º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A11 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 17 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.40 |
| HSL | 121.7º | 0.84% | 0.33% | - |
| HSV(B) | 121.7º | 0.92% | 0.6% | - |
| XYZ | 11.82 | 23.24 | 4.39 | - |
| YUV | 96.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 17 | 0.92 | 0 | 0.89 | 0.40 | 121.7 | 0.84 | 0.33 |
| Hex | D | 9A | 11 | 5C | 0 | 59 | 28 | 7A | 54 | 21 |
| Octal | 15 | 232 | 21 | 134 | 0 | 131 | 50 | 172 | 124 | 41 |
| Binary | 1101 | 10011010 | 10001 | 1011100 | 0 | 1011001 | 101000 | 1111010 | 1010100 | 100001 |
Color Harmonies of #0D9A11
Complementary color
Monochromatic Colors of #0D9A11
Black with #0D9A11
Text Example
Text Example
White with #0D9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A11; }
p { color: rgb(13,154,17); }
H1.HeaderClassName
{
color: #0D9A11;
}
.AnyTagClassName
{
color: #0D9A11;
}
</style>
background-color css
<style>
a { background-color: #0D9A11; }
a { background-color: rgb(13,154,17); }
div.DivClassName
{
background-color: #0D9A11;
}
.BgClassName
{
background-color: #0D9A11;
}
</style>
border-color css
<style>
span { border-color: #0D9A11; }
span { border-color: rgb(13,154,17); }
td.TdClassName
{
border-color: #0D9A11;
}
.TagClassName
{
border-color: #0D9A11;
}
</style>