Shades of Islamic Green #0DAE16
Tints of Islamic Green #0DAE16
RGB
CMYK
RGB Variations
Color information
#0DAE16 (or 0x0DAE16) is known color: Islamic Green. HEX triplet: 0D, AE and 16. RGB value is (13,174,22). Sum of RGB (Red+Green+Blue) = 13+174+22=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 174 (68.36% from 255 or 83.25% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAE16 is #F251E9. Grayscale: #6C6C6C. Windows color (decimal): -15880682 or 1486349. OLE color: 1486349.
HSL color Cylindrical-coordinate representation of color #0DAE16: hue angle of 123.35º 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 #0DAE16 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 22 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.32 |
| HSL | 123.35º | 0.86% | 0.37% | - |
| HSV(B) | 123.35º | 0.93% | 0.68% | - |
| XYZ | 15.45 | 30.42 | 5.82 | - |
| YUV | 108.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 22 | 0.93 | 0 | 0.87 | 0.32 | 123.35 | 0.86 | 0.37 |
| Hex | D | AE | 16 | 5D | 0 | 57 | 20 | 7B | 56 | 25 |
| Octal | 15 | 256 | 26 | 135 | 0 | 127 | 40 | 173 | 126 | 45 |
| Binary | 1101 | 10101110 | 10110 | 1011101 | 0 | 1010111 | 100000 | 1111011 | 1010110 | 100101 |
Color Harmonies of #0DAE16
Complementary color
Monochromatic Colors of #0DAE16
Black with #0DAE16
Text Example
Text Example
White with #0DAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE16; }
p { color: rgb(13,174,22); }
H1.HeaderClassName
{
color: #0DAE16;
}
.AnyTagClassName
{
color: #0DAE16;
}
</style>
background-color css
<style>
a { background-color: #0DAE16; }
a { background-color: rgb(13,174,22); }
div.DivClassName
{
background-color: #0DAE16;
}
.BgClassName
{
background-color: #0DAE16;
}
</style>
border-color css
<style>
span { border-color: #0DAE16; }
span { border-color: rgb(13,174,22); }
td.TdClassName
{
border-color: #0DAE16;
}
.TagClassName
{
border-color: #0DAE16;
}
</style>