Shades of Islamic Green #0D9C0A
Tints of Islamic Green #0D9C0A
RGB
CMYK
RGB Variations
Color information
#0D9C0A (or 0x0D9C0A) is known color: Islamic Green. HEX triplet: 0D, 9C and 0A. RGB value is (13,156,10). Sum of RGB (Red+Green+Blue) = 13+156+10=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 156 (61.33% from 255 or 87.15% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9C0A is #F263F5. Grayscale: #616161. Windows color (decimal): -15885302 or 695309. OLE color: 695309.
HSL color Cylindrical-coordinate representation of color #0D9C0A: hue angle of 118.77º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9C0A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 156 | 10 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.39 |
| HSL | 118.77º | 0.88% | 0.33% | - |
| HSV(B) | 118.77º | 0.94% | 0.61% | - |
| XYZ | 12.11 | 23.88 | 4.26 | - |
| YUV | 96.6 | 79.12 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 10 | 0.92 | 0 | 0.94 | 0.39 | 118.77 | 0.88 | 0.33 |
| Hex | D | 9C | A | 5C | 0 | 5E | 27 | 77 | 58 | 21 |
| Octal | 15 | 234 | 12 | 134 | 0 | 136 | 47 | 167 | 130 | 41 |
| Binary | 1101 | 10011100 | 1010 | 1011100 | 0 | 1011110 | 100111 | 1110111 | 1011000 | 100001 |
Color Harmonies of #0D9C0A
Complementary color
Monochromatic Colors of #0D9C0A
Black with #0D9C0A
Text Example
Text Example
White with #0D9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9C0A; }
p { color: rgb(13,156,10); }
H1.HeaderClassName
{
color: #0D9C0A;
}
.AnyTagClassName
{
color: #0D9C0A;
}
</style>
background-color css
<style>
a { background-color: #0D9C0A; }
a { background-color: rgb(13,156,10); }
div.DivClassName
{
background-color: #0D9C0A;
}
.BgClassName
{
background-color: #0D9C0A;
}
</style>
border-color css
<style>
span { border-color: #0D9C0A; }
span { border-color: rgb(13,156,10); }
td.TdClassName
{
border-color: #0D9C0A;
}
.TagClassName
{
border-color: #0D9C0A;
}
</style>