Shades of Islamic Green #0DAD1B
Tints of Islamic Green #0DAD1B
RGB
CMYK
RGB Variations
Color information
#0DAD1B (or 0x0DAD1B) is known color: Islamic Green. HEX triplet: 0D, AD and 1B. RGB value is (13,173,27). Sum of RGB (Red+Green+Blue) = 13+173+27=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD1B is #F252E4. Grayscale: #6C6C6C. Windows color (decimal): -15880933 or 1813773. OLE color: 1813773.
HSL color Cylindrical-coordinate representation of color #0DAD1B: hue angle of 125.25º 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 #0DAD1B is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 27 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.32 |
| HSL | 125.25º | 0.86% | 0.36% | - |
| HSV(B) | 125.25º | 0.92% | 0.68% | - |
| XYZ | 15.31 | 30.05 | 6.03 | - |
| YUV | 108.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 27 | 0.92 | 0 | 0.84 | 0.32 | 125.25 | 0.86 | 0.36 |
| Hex | D | AD | 1B | 5C | 0 | 54 | 20 | 7D | 56 | 24 |
| Octal | 15 | 255 | 33 | 134 | 0 | 124 | 40 | 175 | 126 | 44 |
| Binary | 1101 | 10101101 | 11011 | 1011100 | 0 | 1010100 | 100000 | 1111101 | 1010110 | 100100 |
Color Harmonies of #0DAD1B
Complementary color
Monochromatic Colors of #0DAD1B
Black with #0DAD1B
Text Example
Text Example
White with #0DAD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD1B; }
p { color: rgb(13,173,27); }
H1.HeaderClassName
{
color: #0DAD1B;
}
.AnyTagClassName
{
color: #0DAD1B;
}
</style>
background-color css
<style>
a { background-color: #0DAD1B; }
a { background-color: rgb(13,173,27); }
div.DivClassName
{
background-color: #0DAD1B;
}
.BgClassName
{
background-color: #0DAD1B;
}
</style>
border-color css
<style>
span { border-color: #0DAD1B; }
span { border-color: rgb(13,173,27); }
td.TdClassName
{
border-color: #0DAD1B;
}
.TagClassName
{
border-color: #0DAD1B;
}
</style>