Shades of Islamic Green #0DB20A
Tints of Islamic Green #0DB20A
RGB
CMYK
RGB Variations
Color information
#0DB20A (or 0x0DB20A) is known color: Islamic Green. HEX triplet: 0D, B2 and 0A. RGB value is (13,178,10). Sum of RGB (Red+Green+Blue) = 13+178+10=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 178 (69.92% from 255 or 88.56% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB20A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB20A is #F24DF5. Grayscale: #6E6E6E. Windows color (decimal): -15879670 or 700941. OLE color: 700941.
HSL color Cylindrical-coordinate representation of color #0DB20A: hue angle of 118.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB20A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 10 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.30 |
| HSL | 118.93º | 0.89% | 0.37% | - |
| HSV(B) | 118.93º | 0.94% | 0.7% | - |
| XYZ | 16.14 | 31.95 | 5.6 | - |
| YUV | 109.51 | 71.84 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 10 | 0.93 | 0 | 0.94 | 0.30 | 118.93 | 0.89 | 0.37 |
| Hex | D | B2 | A | 5D | 0 | 5E | 1E | 77 | 59 | 25 |
| Octal | 15 | 262 | 12 | 135 | 0 | 136 | 36 | 167 | 131 | 45 |
| Binary | 1101 | 10110010 | 1010 | 1011101 | 0 | 1011110 | 11110 | 1110111 | 1011001 | 100101 |
Color Harmonies of #0DB20A
Complementary color
Monochromatic Colors of #0DB20A
Black with #0DB20A
Text Example
Text Example
White with #0DB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB20A; }
p { color: rgb(13,178,10); }
H1.HeaderClassName
{
color: #0DB20A;
}
.AnyTagClassName
{
color: #0DB20A;
}
</style>
background-color css
<style>
a { background-color: #0DB20A; }
a { background-color: rgb(13,178,10); }
div.DivClassName
{
background-color: #0DB20A;
}
.BgClassName
{
background-color: #0DB20A;
}
</style>
border-color css
<style>
span { border-color: #0DB20A; }
span { border-color: rgb(13,178,10); }
td.TdClassName
{
border-color: #0DB20A;
}
.TagClassName
{
border-color: #0DB20A;
}
</style>