Shades of Islamic Green #0D900F
Tints of Islamic Green #0D900F
RGB
CMYK
RGB Variations
Color information
#0D900F (or 0x0D900F) is known color: Islamic Green. HEX triplet: 0D, 90 and 0F. RGB value is (13,144,15). Sum of RGB (Red+Green+Blue) = 13+144+15=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 144 (56.64% from 255 or 83.72% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 144 - color contains mainly: green. Hex color #0D900F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D900F is #F26FF0. Grayscale: #5A5A5A. Windows color (decimal): -15888369 or 1019917. OLE color: 1019917.
HSL color Cylindrical-coordinate representation of color #0D900F: hue angle of 120.92º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D900F is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 15 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.44 |
| HSL | 120.92º | 0.83% | 0.31% | - |
| HSV(B) | 120.92º | 0.91% | 0.56% | - |
| XYZ | 10.23 | 20.07 | 3.79 | - |
| YUV | 90.13 | 85.6 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 15 | 0.91 | 0 | 0.90 | 0.44 | 120.92 | 0.83 | 0.31 |
| Hex | D | 90 | F | 5B | 0 | 5A | 2C | 79 | 53 | 1F |
| Octal | 15 | 220 | 17 | 133 | 0 | 132 | 54 | 171 | 123 | 37 |
| Binary | 1101 | 10010000 | 1111 | 1011011 | 0 | 1011010 | 101100 | 1111001 | 1010011 | 11111 |
Color Harmonies of #0D900F
Complementary color
Monochromatic Colors of #0D900F
Black with #0D900F
Text Example
Text Example
White with #0D900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D900F; }
p { color: rgb(13,144,15); }
H1.HeaderClassName
{
color: #0D900F;
}
.AnyTagClassName
{
color: #0D900F;
}
</style>
background-color css
<style>
a { background-color: #0D900F; }
a { background-color: rgb(13,144,15); }
div.DivClassName
{
background-color: #0D900F;
}
.BgClassName
{
background-color: #0D900F;
}
</style>
border-color css
<style>
span { border-color: #0D900F; }
span { border-color: rgb(13,144,15); }
td.TdClassName
{
border-color: #0D900F;
}
.TagClassName
{
border-color: #0D900F;
}
</style>