Shades of Islamic Green #0DBA0F
Tints of Islamic Green #0DBA0F
RGB
CMYK
RGB Variations
Color information
#0DBA0F (or 0x0DBA0F) is known color: Islamic Green. HEX triplet: 0D, BA and 0F. RGB value is (13,186,15). Sum of RGB (Red+Green+Blue) = 13+186+15=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 186 (73.05% from 255 or 86.92% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBA0F is #F245F0. Grayscale: #737373. Windows color (decimal): -15877617 or 1030669. OLE color: 1030669.
HSL color Cylindrical-coordinate representation of color #0DBA0F: hue angle of 120.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA0F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 15 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.27 |
| HSL | 120.69º | 0.87% | 0.39% | - |
| HSV(B) | 120.69º | 0.93% | 0.73% | - |
| XYZ | 17.81 | 35.24 | 6.31 | - |
| YUV | 114.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 15 | 0.93 | 0 | 0.92 | 0.27 | 120.69 | 0.87 | 0.39 |
| Hex | D | BA | F | 5D | 0 | 5C | 1B | 79 | 57 | 27 |
| Octal | 15 | 272 | 17 | 135 | 0 | 134 | 33 | 171 | 127 | 47 |
| Binary | 1101 | 10111010 | 1111 | 1011101 | 0 | 1011100 | 11011 | 1111001 | 1010111 | 100111 |
Color Harmonies of #0DBA0F
Complementary color
Monochromatic Colors of #0DBA0F
Black with #0DBA0F
Text Example
Text Example
White with #0DBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA0F; }
p { color: rgb(13,186,15); }
H1.HeaderClassName
{
color: #0DBA0F;
}
.AnyTagClassName
{
color: #0DBA0F;
}
</style>
background-color css
<style>
a { background-color: #0DBA0F; }
a { background-color: rgb(13,186,15); }
div.DivClassName
{
background-color: #0DBA0F;
}
.BgClassName
{
background-color: #0DBA0F;
}
</style>
border-color css
<style>
span { border-color: #0DBA0F; }
span { border-color: rgb(13,186,15); }
td.TdClassName
{
border-color: #0DBA0F;
}
.TagClassName
{
border-color: #0DBA0F;
}
</style>