Shades of Islamic Green #0DBD08
Tints of Islamic Green #0DBD08
RGB
CMYK
RGB Variations
Color information
#0DBD08 (or 0x0DBD08) is known color: Islamic Green. HEX triplet: 0D, BD and 08. RGB value is (13,189,8). Sum of RGB (Red+Green+Blue) = 13+189+8=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 189 (74.22% from 255 or 90% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD08 is #F242F7. Grayscale: #747474. Windows color (decimal): -15876856 or 572685. OLE color: 572685.
HSL color Cylindrical-coordinate representation of color #0DBD08: hue angle of 118.34º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DBD08 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.26 |
| HSL | 118.34º | 0.92% | 0.39% | - |
| HSV(B) | 118.34º | 0.96% | 0.74% | - |
| XYZ | 18.41 | 36.5 | 6.3 | - |
| YUV | 115.74 | 67.19 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 8 | 0.93 | 0 | 0.96 | 0.26 | 118.34 | 0.92 | 0.39 |
| Hex | D | BD | 8 | 5D | 0 | 60 | 1A | 76 | 5C | 27 |
| Octal | 15 | 275 | 10 | 135 | 0 | 140 | 32 | 166 | 134 | 47 |
| Binary | 1101 | 10111101 | 1000 | 1011101 | 0 | 1100000 | 11010 | 1110110 | 1011100 | 100111 |
Color Harmonies of #0DBD08
Complementary color
Monochromatic Colors of #0DBD08
Black with #0DBD08
Text Example
Text Example
White with #0DBD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD08; }
p { color: rgb(13,189,8); }
H1.HeaderClassName
{
color: #0DBD08;
}
.AnyTagClassName
{
color: #0DBD08;
}
</style>
background-color css
<style>
a { background-color: #0DBD08; }
a { background-color: rgb(13,189,8); }
div.DivClassName
{
background-color: #0DBD08;
}
.BgClassName
{
background-color: #0DBD08;
}
</style>
border-color css
<style>
span { border-color: #0DBD08; }
span { border-color: rgb(13,189,8); }
td.TdClassName
{
border-color: #0DBD08;
}
.TagClassName
{
border-color: #0DBD08;
}
</style>