Shades of Islamic Green #0DBD0A
Tints of Islamic Green #0DBD0A
RGB
CMYK
RGB Variations
Color information
#0DBD0A (or 0x0DBD0A) is known color: Islamic Green. HEX triplet: 0D, BD and 0A. RGB value is (13,189,10). Sum of RGB (Red+Green+Blue) = 13+189+10=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 189 (74.22% from 255 or 89.15% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD0A is #F242F5. Grayscale: #747474. Windows color (decimal): -15876854 or 703757. OLE color: 703757.
HSL color Cylindrical-coordinate representation of color #0DBD0A: hue angle of 118.99º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBD0A is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 10 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.26 |
| HSL | 118.99º | 0.9% | 0.39% | - |
| HSV(B) | 118.99º | 0.95% | 0.74% | - |
| XYZ | 18.42 | 36.5 | 6.36 | - |
| YUV | 115.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 10 | 0.93 | 0 | 0.95 | 0.26 | 118.99 | 0.9 | 0.39 |
| Hex | D | BD | A | 5D | 0 | 5F | 1A | 77 | 5A | 27 |
| Octal | 15 | 275 | 12 | 135 | 0 | 137 | 32 | 167 | 132 | 47 |
| Binary | 1101 | 10111101 | 1010 | 1011101 | 0 | 1011111 | 11010 | 1110111 | 1011010 | 100111 |
Color Harmonies of #0DBD0A
Complementary color
Monochromatic Colors of #0DBD0A
Black with #0DBD0A
Text Example
Text Example
White with #0DBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD0A; }
p { color: rgb(13,189,10); }
H1.HeaderClassName
{
color: #0DBD0A;
}
.AnyTagClassName
{
color: #0DBD0A;
}
</style>
background-color css
<style>
a { background-color: #0DBD0A; }
a { background-color: rgb(13,189,10); }
div.DivClassName
{
background-color: #0DBD0A;
}
.BgClassName
{
background-color: #0DBD0A;
}
</style>
border-color css
<style>
span { border-color: #0DBD0A; }
span { border-color: rgb(13,189,10); }
td.TdClassName
{
border-color: #0DBD0A;
}
.TagClassName
{
border-color: #0DBD0A;
}
</style>