Shades of Islamic Green #0DBA08
Tints of Islamic Green #0DBA08
RGB
CMYK
RGB Variations
Color information
#0DBA08 (or 0x0DBA08) is known color: Islamic Green. HEX triplet: 0D, BA and 08. RGB value is (13,186,8). Sum of RGB (Red+Green+Blue) = 13+186+8=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA08 is #F245F7. Grayscale: #727272. Windows color (decimal): -15877624 or 571917. OLE color: 571917.
HSL color Cylindrical-coordinate representation of color #0DBA08: hue angle of 118.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DBA08 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.27 |
| HSL | 118.31º | 0.92% | 0.38% | - |
| HSV(B) | 118.31º | 0.96% | 0.73% | - |
| XYZ | 17.77 | 35.22 | 6.09 | - |
| YUV | 113.98 | 68.19 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 8 | 0.93 | 0 | 0.96 | 0.27 | 118.31 | 0.92 | 0.38 |
| Hex | D | BA | 8 | 5D | 0 | 60 | 1B | 76 | 5C | 26 |
| Octal | 15 | 272 | 10 | 135 | 0 | 140 | 33 | 166 | 134 | 46 |
| Binary | 1101 | 10111010 | 1000 | 1011101 | 0 | 1100000 | 11011 | 1110110 | 1011100 | 100110 |
Color Harmonies of #0DBA08
Complementary color
Monochromatic Colors of #0DBA08
Black with #0DBA08
Text Example
Text Example
White with #0DBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA08; }
p { color: rgb(13,186,8); }
H1.HeaderClassName
{
color: #0DBA08;
}
.AnyTagClassName
{
color: #0DBA08;
}
</style>
background-color css
<style>
a { background-color: #0DBA08; }
a { background-color: rgb(13,186,8); }
div.DivClassName
{
background-color: #0DBA08;
}
.BgClassName
{
background-color: #0DBA08;
}
</style>
border-color css
<style>
span { border-color: #0DBA08; }
span { border-color: rgb(13,186,8); }
td.TdClassName
{
border-color: #0DBA08;
}
.TagClassName
{
border-color: #0DBA08;
}
</style>