Shades of Islamic Green #0DA114
Tints of Islamic Green #0DA114
RGB
CMYK
RGB Variations
Color information
#0DA114 (or 0x0DA114) is known color: Islamic Green. HEX triplet: 0D, A1 and 14. RGB value is (13,161,20). Sum of RGB (Red+Green+Blue) = 13+161+20=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 161 (63.28% from 255 or 82.99% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA114 is #F25EEB. Grayscale: #656565. Windows color (decimal): -15884012 or 1351949. OLE color: 1351949.
HSL color Cylindrical-coordinate representation of color #0DA114: hue angle of 122.84º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA114 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 20 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.37 |
| HSL | 122.84º | 0.85% | 0.34% | - |
| HSV(B) | 122.84º | 0.92% | 0.63% | - |
| XYZ | 13.04 | 25.63 | 4.92 | - |
| YUV | 100.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 20 | 0.92 | 0 | 0.88 | 0.37 | 122.84 | 0.85 | 0.34 |
| Hex | D | A1 | 14 | 5C | 0 | 58 | 25 | 7B | 55 | 22 |
| Octal | 15 | 241 | 24 | 134 | 0 | 130 | 45 | 173 | 125 | 42 |
| Binary | 1101 | 10100001 | 10100 | 1011100 | 0 | 1011000 | 100101 | 1111011 | 1010101 | 100010 |
Color Harmonies of #0DA114
Complementary color
Monochromatic Colors of #0DA114
Black with #0DA114
Text Example
Text Example
White with #0DA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA114; }
p { color: rgb(13,161,20); }
H1.HeaderClassName
{
color: #0DA114;
}
.AnyTagClassName
{
color: #0DA114;
}
</style>
background-color css
<style>
a { background-color: #0DA114; }
a { background-color: rgb(13,161,20); }
div.DivClassName
{
background-color: #0DA114;
}
.BgClassName
{
background-color: #0DA114;
}
</style>
border-color css
<style>
span { border-color: #0DA114; }
span { border-color: rgb(13,161,20); }
td.TdClassName
{
border-color: #0DA114;
}
.TagClassName
{
border-color: #0DA114;
}
</style>