Shades of Islamic Green #0DAD03
Tints of Islamic Green #0DAD03
RGB
CMYK
RGB Variations
Color information
#0DAD03 (or 0x0DAD03) is known color: Islamic Green. HEX triplet: 0D, AD and 03. RGB value is (13,173,3). Sum of RGB (Red+Green+Blue) = 13+173+3=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 173 (67.97% from 255 or 91.53% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAD03 is #F252FC. Grayscale: #6A6A6A. Windows color (decimal): -15880957 or 240909. OLE color: 240909.
HSL color Cylindrical-coordinate representation of color #0DAD03: hue angle of 116.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DAD03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.32 |
| HSL | 116.47º | 0.97% | 0.35% | - |
| HSV(B) | 116.47º | 0.98% | 0.68% | - |
| XYZ | 15.13 | 29.98 | 5.08 | - |
| YUV | 105.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 3 | 0.92 | 0 | 0.98 | 0.32 | 116.47 | 0.97 | 0.35 |
| Hex | D | AD | 3 | 5C | 0 | 62 | 20 | 74 | 61 | 23 |
| Octal | 15 | 255 | 3 | 134 | 0 | 142 | 40 | 164 | 141 | 43 |
| Binary | 1101 | 10101101 | 11 | 1011100 | 0 | 1100010 | 100000 | 1110100 | 1100001 | 100011 |
Color Harmonies of #0DAD03
Complementary color
Monochromatic Colors of #0DAD03
Black with #0DAD03
Text Example
Text Example
White with #0DAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD03; }
p { color: rgb(13,173,3); }
H1.HeaderClassName
{
color: #0DAD03;
}
.AnyTagClassName
{
color: #0DAD03;
}
</style>
background-color css
<style>
a { background-color: #0DAD03; }
a { background-color: rgb(13,173,3); }
div.DivClassName
{
background-color: #0DAD03;
}
.BgClassName
{
background-color: #0DAD03;
}
</style>
border-color css
<style>
span { border-color: #0DAD03; }
span { border-color: rgb(13,173,3); }
td.TdClassName
{
border-color: #0DAD03;
}
.TagClassName
{
border-color: #0DAD03;
}
</style>