Shades of Islamic Green #0D9200
Tints of Islamic Green #0D9200
RGB
CMYK
RGB Variations
Color information
#0D9200 (or 0x0D9200) is known color: Islamic Green. HEX triplet: 0D, 92 and 00. RGB value is (13,146,0). Sum of RGB (Red+Green+Blue) = 13+146+0=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 146 (57.42% from 255 or 91.82% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9200 is #F26DFF. Grayscale: #5A5A5A. Windows color (decimal): -15887872 or 37389. OLE color: 37389.
HSL color Cylindrical-coordinate representation of color #0D9200: hue angle of 114.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D9200 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.43 |
| HSL | 114.66º | 1% | 0.29% | - |
| HSV(B) | 114.66º | 1% | 0.57% | - |
| XYZ | 10.44 | 20.64 | 3.43 | - |
| YUV | 89.59 | 77.44 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 0 | 0.91 | 0 | 1 | 0.43 | 114.66 | 1 | 0.29 |
| Hex | D | 92 | 0 | 5B | 0 | 64 | 2B | 73 | 64 | 1D |
| Octal | 15 | 222 | 0 | 133 | 0 | 144 | 53 | 163 | 144 | 35 |
| Binary | 1101 | 10010010 | 0 | 1011011 | 0 | 1100100 | 101011 | 1110011 | 1100100 | 11101 |
Color Harmonies of #0D9200
Complementary color
Monochromatic Colors of #0D9200
Black with #0D9200
Text Example
Text Example
White with #0D9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9200; }
p { color: rgb(13,146,0); }
H1.HeaderClassName
{
color: #0D9200;
}
.AnyTagClassName
{
color: #0D9200;
}
</style>
background-color css
<style>
a { background-color: #0D9200; }
a { background-color: rgb(13,146,0); }
div.DivClassName
{
background-color: #0D9200;
}
.BgClassName
{
background-color: #0D9200;
}
</style>
border-color css
<style>
span { border-color: #0D9200; }
span { border-color: rgb(13,146,0); }
td.TdClassName
{
border-color: #0D9200;
}
.TagClassName
{
border-color: #0D9200;
}
</style>