Shades of Islamic Green #0D900E
Tints of Islamic Green #0D900E
RGB
CMYK
RGB Variations
Color information
#0D900E (or 0x0D900E) is known color: Islamic Green. HEX triplet: 0D, 90 and 0E. RGB value is (13,144,14). Sum of RGB (Red+Green+Blue) = 13+144+14=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 144 (56.64% from 255 or 84.21% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 144 - color contains mainly: green. Hex color #0D900E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D900E is #F26FF1. Grayscale: #5A5A5A. Windows color (decimal): -15888370 or 954381. OLE color: 954381.
HSL color Cylindrical-coordinate representation of color #0D900E: hue angle of 120.46º 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 #0D900E is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 14 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.44 |
| HSL | 120.46º | 0.83% | 0.31% | - |
| HSV(B) | 120.46º | 0.91% | 0.56% | - |
| XYZ | 10.22 | 20.06 | 3.75 | - |
| YUV | 90.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 14 | 0.91 | 0 | 0.90 | 0.44 | 120.46 | 0.83 | 0.31 |
| Hex | D | 90 | E | 5B | 0 | 5A | 2C | 78 | 53 | 1F |
| Octal | 15 | 220 | 16 | 133 | 0 | 132 | 54 | 170 | 123 | 37 |
| Binary | 1101 | 10010000 | 1110 | 1011011 | 0 | 1011010 | 101100 | 1111000 | 1010011 | 11111 |
Color Harmonies of #0D900E
Complementary color
Monochromatic Colors of #0D900E
Black with #0D900E
Text Example
Text Example
White with #0D900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D900E; }
p { color: rgb(13,144,14); }
H1.HeaderClassName
{
color: #0D900E;
}
.AnyTagClassName
{
color: #0D900E;
}
</style>
background-color css
<style>
a { background-color: #0D900E; }
a { background-color: rgb(13,144,14); }
div.DivClassName
{
background-color: #0D900E;
}
.BgClassName
{
background-color: #0D900E;
}
</style>
border-color css
<style>
span { border-color: #0D900E; }
span { border-color: rgb(13,144,14); }
td.TdClassName
{
border-color: #0D900E;
}
.TagClassName
{
border-color: #0D900E;
}
</style>