Shades of Islamic Green #0DAD02
Tints of Islamic Green #0DAD02
RGB
CMYK
RGB Variations
Color information
#0DAD02 (or 0x0DAD02) is known color: Islamic Green. HEX triplet: 0D, AD and 02. RGB value is (13,173,2). Sum of RGB (Red+Green+Blue) = 13+173+2=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 173 (67.97% from 255 or 92.02% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAD02 is #F252FD. Grayscale: #6A6A6A. Windows color (decimal): -15880958 or 175373. OLE color: 175373.
HSL color Cylindrical-coordinate representation of color #0DAD02: hue angle of 116.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DAD02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.32 |
| HSL | 116.14º | 0.98% | 0.34% | - |
| HSV(B) | 116.14º | 0.99% | 0.68% | - |
| XYZ | 15.12 | 29.98 | 5.05 | - |
| YUV | 105.67 | 69.49 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 2 | 0.92 | 0 | 0.99 | 0.32 | 116.14 | 0.98 | 0.34 |
| Hex | D | AD | 2 | 5C | 0 | 63 | 20 | 74 | 62 | 22 |
| Octal | 15 | 255 | 2 | 134 | 0 | 143 | 40 | 164 | 142 | 42 |
| Binary | 1101 | 10101101 | 10 | 1011100 | 0 | 1100011 | 100000 | 1110100 | 1100010 | 100010 |
Color Harmonies of #0DAD02
Complementary color
Monochromatic Colors of #0DAD02
Black with #0DAD02
Text Example
Text Example
White with #0DAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD02; }
p { color: rgb(13,173,2); }
H1.HeaderClassName
{
color: #0DAD02;
}
.AnyTagClassName
{
color: #0DAD02;
}
</style>
background-color css
<style>
a { background-color: #0DAD02; }
a { background-color: rgb(13,173,2); }
div.DivClassName
{
background-color: #0DAD02;
}
.BgClassName
{
background-color: #0DAD02;
}
</style>
border-color css
<style>
span { border-color: #0DAD02; }
span { border-color: rgb(13,173,2); }
td.TdClassName
{
border-color: #0DAD02;
}
.TagClassName
{
border-color: #0DAD02;
}
</style>