Shades of Islamic Green #0D9A10
Tints of Islamic Green #0D9A10
RGB
CMYK
RGB Variations
Color information
#0D9A10 (or 0x0D9A10) is known color: Islamic Green. HEX triplet: 0D, 9A and 10. RGB value is (13,154,16). Sum of RGB (Red+Green+Blue) = 13+154+16=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 154 (60.55% from 255 or 84.15% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9A10 is #F265EF. Grayscale: #606060. Windows color (decimal): -15885808 or 1088013. OLE color: 1088013.
HSL color Cylindrical-coordinate representation of color #0D9A10: hue angle of 121.28º 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 #0D9A10 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 16 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.40 |
| HSL | 121.28º | 0.84% | 0.33% | - |
| HSV(B) | 121.28º | 0.92% | 0.6% | - |
| XYZ | 11.82 | 23.23 | 4.35 | - |
| YUV | 96.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 16 | 0.92 | 0 | 0.90 | 0.40 | 121.28 | 0.84 | 0.33 |
| Hex | D | 9A | 10 | 5C | 0 | 5A | 28 | 79 | 54 | 21 |
| Octal | 15 | 232 | 20 | 134 | 0 | 132 | 50 | 171 | 124 | 41 |
| Binary | 1101 | 10011010 | 10000 | 1011100 | 0 | 1011010 | 101000 | 1111001 | 1010100 | 100001 |
Color Harmonies of #0D9A10
Complementary color
Monochromatic Colors of #0D9A10
Black with #0D9A10
Text Example
Text Example
White with #0D9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A10; }
p { color: rgb(13,154,16); }
H1.HeaderClassName
{
color: #0D9A10;
}
.AnyTagClassName
{
color: #0D9A10;
}
</style>
background-color css
<style>
a { background-color: #0D9A10; }
a { background-color: rgb(13,154,16); }
div.DivClassName
{
background-color: #0D9A10;
}
.BgClassName
{
background-color: #0D9A10;
}
</style>
border-color css
<style>
span { border-color: #0D9A10; }
span { border-color: rgb(13,154,16); }
td.TdClassName
{
border-color: #0D9A10;
}
.TagClassName
{
border-color: #0D9A10;
}
</style>