Shades of Islamic Green #0DBF00
Tints of Islamic Green #0DBF00
RGB
CMYK
RGB Variations
Color information
#0DBF00 (or 0x0DBF00) is known color: Islamic Green. HEX triplet: 0D, BF and 00. RGB value is (13,191,0). Sum of RGB (Red+Green+Blue) = 13+191+0=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 191 (75% from 255 or 93.63% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF00 is #F240FF. Grayscale: #747474. Windows color (decimal): -15876352 or 48909. OLE color: 48909.
HSL color Cylindrical-coordinate representation of color #0DBF00: hue angle of 115.92º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DBF00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.25 |
| HSL | 115.92º | 1% | 0.37% | - |
| HSV(B) | 115.92º | 1% | 0.75% | - |
| XYZ | 18.8 | 37.35 | 6.22 | - |
| YUV | 116 | 62.53 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 0 | 0.93 | 0 | 1 | 0.25 | 115.92 | 1 | 0.37 |
| Hex | D | BF | 0 | 5D | 0 | 64 | 19 | 74 | 64 | 25 |
| Octal | 15 | 277 | 0 | 135 | 0 | 144 | 31 | 164 | 144 | 45 |
| Binary | 1101 | 10111111 | 0 | 1011101 | 0 | 1100100 | 11001 | 1110100 | 1100100 | 100101 |
Color Harmonies of #0DBF00
Complementary color
Monochromatic Colors of #0DBF00
Black with #0DBF00
Text Example
Text Example
White with #0DBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF00; }
p { color: rgb(13,191,0); }
H1.HeaderClassName
{
color: #0DBF00;
}
.AnyTagClassName
{
color: #0DBF00;
}
</style>
background-color css
<style>
a { background-color: #0DBF00; }
a { background-color: rgb(13,191,0); }
div.DivClassName
{
background-color: #0DBF00;
}
.BgClassName
{
background-color: #0DBF00;
}
</style>
border-color css
<style>
span { border-color: #0DBF00; }
span { border-color: rgb(13,191,0); }
td.TdClassName
{
border-color: #0DBF00;
}
.TagClassName
{
border-color: #0DBF00;
}
</style>