Shades of Islamic Green #0DA31C
Tints of Islamic Green #0DA31C
RGB
CMYK
RGB Variations
Color information
#0DA31C (or 0x0DA31C) is known color: Islamic Green. HEX triplet: 0D, A3 and 1C. RGB value is (13,163,28). Sum of RGB (Red+Green+Blue) = 13+163+28=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 163 (64.06% from 255 or 79.90% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA31C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA31C is #F25CE3. Grayscale: #676767. Windows color (decimal): -15883492 or 1876749. OLE color: 1876749.
HSL color Cylindrical-coordinate representation of color #0DA31C: hue angle of 126º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA31C is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 28 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.36 |
| HSL | 126º | 0.85% | 0.35% | - |
| HSV(B) | 126º | 0.92% | 0.64% | - |
| XYZ | 13.47 | 26.36 | 5.48 | - |
| YUV | 102.76 | 85.81 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 28 | 0.92 | 0 | 0.83 | 0.36 | 126 | 0.85 | 0.35 |
| Hex | D | A3 | 1C | 5C | 0 | 53 | 24 | 7E | 55 | 23 |
| Octal | 15 | 243 | 34 | 134 | 0 | 123 | 44 | 176 | 125 | 43 |
| Binary | 1101 | 10100011 | 11100 | 1011100 | 0 | 1010011 | 100100 | 1111110 | 1010101 | 100011 |
Color Harmonies of #0DA31C
Complementary color
Monochromatic Colors of #0DA31C
Black with #0DA31C
Text Example
Text Example
White with #0DA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA31C; }
p { color: rgb(13,163,28); }
H1.HeaderClassName
{
color: #0DA31C;
}
.AnyTagClassName
{
color: #0DA31C;
}
</style>
background-color css
<style>
a { background-color: #0DA31C; }
a { background-color: rgb(13,163,28); }
div.DivClassName
{
background-color: #0DA31C;
}
.BgClassName
{
background-color: #0DA31C;
}
</style>
border-color css
<style>
span { border-color: #0DA31C; }
span { border-color: rgb(13,163,28); }
td.TdClassName
{
border-color: #0DA31C;
}
.TagClassName
{
border-color: #0DA31C;
}
</style>