Shades of Islamic Green #0DA501
Tints of Islamic Green #0DA501
RGB
CMYK
RGB Variations
Color information
#0DA501 (or 0x0DA501) is known color: Islamic Green. HEX triplet: 0D, A5 and 01. RGB value is (13,165,1). Sum of RGB (Red+Green+Blue) = 13+165+1=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 165 (64.84% from 255 or 92.18% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA501 is #F25AFE. Grayscale: #656565. Windows color (decimal): -15883007 or 107789. OLE color: 107789.
HSL color Cylindrical-coordinate representation of color #0DA501: hue angle of 115.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DA501 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.35 |
| HSL | 115.61º | 0.99% | 0.33% | - |
| HSV(B) | 115.61º | 0.99% | 0.65% | - |
| XYZ | 13.63 | 27 | 4.52 | - |
| YUV | 100.86 | 71.64 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 1 | 0.92 | 0 | 0.99 | 0.35 | 115.61 | 0.99 | 0.33 |
| Hex | D | A5 | 1 | 5C | 0 | 63 | 23 | 74 | 63 | 21 |
| Octal | 15 | 245 | 1 | 134 | 0 | 143 | 43 | 164 | 143 | 41 |
| Binary | 1101 | 10100101 | 1 | 1011100 | 0 | 1100011 | 100011 | 1110100 | 1100011 | 100001 |
Color Harmonies of #0DA501
Complementary color
Monochromatic Colors of #0DA501
Black with #0DA501
Text Example
Text Example
White with #0DA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA501; }
p { color: rgb(13,165,1); }
H1.HeaderClassName
{
color: #0DA501;
}
.AnyTagClassName
{
color: #0DA501;
}
</style>
background-color css
<style>
a { background-color: #0DA501; }
a { background-color: rgb(13,165,1); }
div.DivClassName
{
background-color: #0DA501;
}
.BgClassName
{
background-color: #0DA501;
}
</style>
border-color css
<style>
span { border-color: #0DA501; }
span { border-color: rgb(13,165,1); }
td.TdClassName
{
border-color: #0DA501;
}
.TagClassName
{
border-color: #0DA501;
}
</style>