Shades of Islamic Green #0DA600
Tints of Islamic Green #0DA600
RGB
CMYK
RGB Variations
Color information
#0DA600 (or 0x0DA600) is known color: Islamic Green. HEX triplet: 0D, A6 and 00. RGB value is (13,166,0). Sum of RGB (Red+Green+Blue) = 13+166+0=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 166 (65.23% from 255 or 92.74% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA600 is #F259FF. Grayscale: #656565. Windows color (decimal): -15882752 or 42509. OLE color: 42509.
HSL color Cylindrical-coordinate representation of color #0DA600: hue angle of 115.3º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DA600 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 166 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.35 |
| HSL | 115.3º | 1% | 0.33% | - |
| HSV(B) | 115.3º | 1% | 0.65% | - |
| XYZ | 13.8 | 27.36 | 4.55 | - |
| YUV | 101.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 0 | 0.92 | 0 | 1 | 0.35 | 115.3 | 1 | 0.33 |
| Hex | D | A6 | 0 | 5C | 0 | 64 | 23 | 73 | 64 | 21 |
| Octal | 15 | 246 | 0 | 134 | 0 | 144 | 43 | 163 | 144 | 41 |
| Binary | 1101 | 10100110 | 0 | 1011100 | 0 | 1100100 | 100011 | 1110011 | 1100100 | 100001 |
Color Harmonies of #0DA600
Complementary color
Monochromatic Colors of #0DA600
Black with #0DA600
Text Example
Text Example
White with #0DA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA600; }
p { color: rgb(13,166,0); }
H1.HeaderClassName
{
color: #0DA600;
}
.AnyTagClassName
{
color: #0DA600;
}
</style>
background-color css
<style>
a { background-color: #0DA600; }
a { background-color: rgb(13,166,0); }
div.DivClassName
{
background-color: #0DA600;
}
.BgClassName
{
background-color: #0DA600;
}
</style>
border-color css
<style>
span { border-color: #0DA600; }
span { border-color: rgb(13,166,0); }
td.TdClassName
{
border-color: #0DA600;
}
.TagClassName
{
border-color: #0DA600;
}
</style>