Shades of Islamic Green #0DBB05
Tints of Islamic Green #0DBB05
RGB
CMYK
RGB Variations
Color information
#0DBB05 (or 0x0DBB05) is known color: Islamic Green. HEX triplet: 0D, BB and 05. RGB value is (13,187,5). Sum of RGB (Red+Green+Blue) = 13+187+5=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 187 (73.44% from 255 or 91.22% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBB05 is #F244FA. Grayscale: #727272. Windows color (decimal): -15877371 or 375565. OLE color: 375565.
HSL color Cylindrical-coordinate representation of color #0DBB05: hue angle of 117.36º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DBB05 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.27 |
| HSL | 117.36º | 0.95% | 0.38% | - |
| HSV(B) | 117.36º | 0.97% | 0.73% | - |
| XYZ | 17.96 | 35.64 | 6.08 | - |
| YUV | 114.23 | 66.35 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 5 | 0.93 | 0 | 0.97 | 0.27 | 117.36 | 0.95 | 0.38 |
| Hex | D | BB | 5 | 5D | 0 | 61 | 1B | 75 | 5F | 26 |
| Octal | 15 | 273 | 5 | 135 | 0 | 141 | 33 | 165 | 137 | 46 |
| Binary | 1101 | 10111011 | 101 | 1011101 | 0 | 1100001 | 11011 | 1110101 | 1011111 | 100110 |
Color Harmonies of #0DBB05
Complementary color
Monochromatic Colors of #0DBB05
Black with #0DBB05
Text Example
Text Example
White with #0DBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB05; }
p { color: rgb(13,187,5); }
H1.HeaderClassName
{
color: #0DBB05;
}
.AnyTagClassName
{
color: #0DBB05;
}
</style>
background-color css
<style>
a { background-color: #0DBB05; }
a { background-color: rgb(13,187,5); }
div.DivClassName
{
background-color: #0DBB05;
}
.BgClassName
{
background-color: #0DBB05;
}
</style>
border-color css
<style>
span { border-color: #0DBB05; }
span { border-color: rgb(13,187,5); }
td.TdClassName
{
border-color: #0DBB05;
}
.TagClassName
{
border-color: #0DBB05;
}
</style>