Shades of Islamic Green #0DAD1D
Tints of Islamic Green #0DAD1D
RGB
CMYK
RGB Variations
Color information
#0DAD1D (or 0x0DAD1D) is known color: Islamic Green. HEX triplet: 0D, AD and 1D. RGB value is (13,173,29). Sum of RGB (Red+Green+Blue) = 13+173+29=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD1D is #F252E2. Grayscale: #6D6D6D. Windows color (decimal): -15880931 or 1944845. OLE color: 1944845.
HSL color Cylindrical-coordinate representation of color #0DAD1D: hue angle of 126º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD1D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 29 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.32 |
| HSL | 126º | 0.86% | 0.36% | - |
| HSV(B) | 126º | 0.92% | 0.68% | - |
| XYZ | 15.33 | 30.06 | 6.16 | - |
| YUV | 108.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 29 | 0.92 | 0 | 0.83 | 0.32 | 126 | 0.86 | 0.36 |
| Hex | D | AD | 1D | 5C | 0 | 53 | 20 | 7E | 56 | 24 |
| Octal | 15 | 255 | 35 | 134 | 0 | 123 | 40 | 176 | 126 | 44 |
| Binary | 1101 | 10101101 | 11101 | 1011100 | 0 | 1010011 | 100000 | 1111110 | 1010110 | 100100 |
Color Harmonies of #0DAD1D
Complementary color
Monochromatic Colors of #0DAD1D
Black with #0DAD1D
Text Example
Text Example
White with #0DAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD1D; }
p { color: rgb(13,173,29); }
H1.HeaderClassName
{
color: #0DAD1D;
}
.AnyTagClassName
{
color: #0DAD1D;
}
</style>
background-color css
<style>
a { background-color: #0DAD1D; }
a { background-color: rgb(13,173,29); }
div.DivClassName
{
background-color: #0DAD1D;
}
.BgClassName
{
background-color: #0DAD1D;
}
</style>
border-color css
<style>
span { border-color: #0DAD1D; }
span { border-color: rgb(13,173,29); }
td.TdClassName
{
border-color: #0DAD1D;
}
.TagClassName
{
border-color: #0DAD1D;
}
</style>