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