Shades of Islamic Green #0DAE13
Tints of Islamic Green #0DAE13
RGB
CMYK
RGB Variations
Color information
#0DAE13 (or 0x0DAE13) is known color: Islamic Green. HEX triplet: 0D, AE and 13. RGB value is (13,174,19). Sum of RGB (Red+Green+Blue) = 13+174+19=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 174 (68.36% from 255 or 84.47% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE13 is #F251EC. Grayscale: #6C6C6C. Windows color (decimal): -15880685 or 1289741. OLE color: 1289741.
HSL color Cylindrical-coordinate representation of color #0DAE13: hue angle of 122.24º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE13 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 19 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.32 |
| HSL | 122.24º | 0.86% | 0.37% | - |
| HSV(B) | 122.24º | 0.93% | 0.68% | - |
| XYZ | 15.42 | 30.4 | 5.67 | - |
| YUV | 108.19 | 77.66 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 19 | 0.93 | 0 | 0.89 | 0.32 | 122.24 | 0.86 | 0.37 |
| Hex | D | AE | 13 | 5D | 0 | 59 | 20 | 7A | 56 | 25 |
| Octal | 15 | 256 | 23 | 135 | 0 | 131 | 40 | 172 | 126 | 45 |
| Binary | 1101 | 10101110 | 10011 | 1011101 | 0 | 1011001 | 100000 | 1111010 | 1010110 | 100101 |
Color Harmonies of #0DAE13
Complementary color
Monochromatic Colors of #0DAE13
Black with #0DAE13
Text Example
Text Example
White with #0DAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE13; }
p { color: rgb(13,174,19); }
H1.HeaderClassName
{
color: #0DAE13;
}
.AnyTagClassName
{
color: #0DAE13;
}
</style>
background-color css
<style>
a { background-color: #0DAE13; }
a { background-color: rgb(13,174,19); }
div.DivClassName
{
background-color: #0DAE13;
}
.BgClassName
{
background-color: #0DAE13;
}
</style>
border-color css
<style>
span { border-color: #0DAE13; }
span { border-color: rgb(13,174,19); }
td.TdClassName
{
border-color: #0DAE13;
}
.TagClassName
{
border-color: #0DAE13;
}
</style>