Shades of Islamic Green #0DA500
Tints of Islamic Green #0DA500
RGB
CMYK
RGB Variations
Color information
#0DA500 (or 0x0DA500) is known color: Islamic Green. HEX triplet: 0D, A5 and 00. RGB value is (13,165,0). Sum of RGB (Red+Green+Blue) = 13+165+0=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 165 (64.84% from 255 or 92.70% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA500 is #F25AFF. Grayscale: #656565. Windows color (decimal): -15883008 or 42253. OLE color: 42253.
HSL color Cylindrical-coordinate representation of color #0DA500: hue angle of 115.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DA500 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.35 |
| HSL | 115.27º | 1% | 0.32% | - |
| HSV(B) | 115.27º | 1% | 0.65% | - |
| XYZ | 13.62 | 27 | 4.49 | - |
| YUV | 100.74 | 71.14 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 0 | 0.92 | 0 | 1 | 0.35 | 115.27 | 1 | 0.32 |
| Hex | D | A5 | 0 | 5C | 0 | 64 | 23 | 73 | 64 | 20 |
| Octal | 15 | 245 | 0 | 134 | 0 | 144 | 43 | 163 | 144 | 40 |
| Binary | 1101 | 10100101 | 0 | 1011100 | 0 | 1100100 | 100011 | 1110011 | 1100100 | 100000 |
Color Harmonies of #0DA500
Complementary color
Monochromatic Colors of #0DA500
Black with #0DA500
Text Example
Text Example
White with #0DA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA500; }
p { color: rgb(13,165,0); }
H1.HeaderClassName
{
color: #0DA500;
}
.AnyTagClassName
{
color: #0DA500;
}
</style>
background-color css
<style>
a { background-color: #0DA500; }
a { background-color: rgb(13,165,0); }
div.DivClassName
{
background-color: #0DA500;
}
.BgClassName
{
background-color: #0DA500;
}
</style>
border-color css
<style>
span { border-color: #0DA500; }
span { border-color: rgb(13,165,0); }
td.TdClassName
{
border-color: #0DA500;
}
.TagClassName
{
border-color: #0DA500;
}
</style>