Shades of Islamic Green #0DAF0B
Tints of Islamic Green #0DAF0B
RGB
CMYK
RGB Variations
Color information
#0DAF0B (or 0x0DAF0B) is known color: Islamic Green. HEX triplet: 0D, AF and 0B. RGB value is (13,175,11). Sum of RGB (Red+Green+Blue) = 13+175+11=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAF0B is #F250F4. Grayscale: #6C6C6C. Windows color (decimal): -15880437 or 765709. OLE color: 765709.
HSL color Cylindrical-coordinate representation of color #0DAF0B: hue angle of 119.27º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAF0B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 11 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.31 |
| HSL | 119.27º | 0.88% | 0.36% | - |
| HSV(B) | 119.27º | 0.94% | 0.69% | - |
| XYZ | 15.56 | 30.77 | 5.44 | - |
| YUV | 107.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 11 | 0.93 | 0 | 0.94 | 0.31 | 119.27 | 0.88 | 0.36 |
| Hex | D | AF | B | 5D | 0 | 5E | 1F | 77 | 58 | 24 |
| Octal | 15 | 257 | 13 | 135 | 0 | 136 | 37 | 167 | 130 | 44 |
| Binary | 1101 | 10101111 | 1011 | 1011101 | 0 | 1011110 | 11111 | 1110111 | 1011000 | 100100 |
Color Harmonies of #0DAF0B
Complementary color
Monochromatic Colors of #0DAF0B
Black with #0DAF0B
Text Example
Text Example
White with #0DAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF0B; }
p { color: rgb(13,175,11); }
H1.HeaderClassName
{
color: #0DAF0B;
}
.AnyTagClassName
{
color: #0DAF0B;
}
</style>
background-color css
<style>
a { background-color: #0DAF0B; }
a { background-color: rgb(13,175,11); }
div.DivClassName
{
background-color: #0DAF0B;
}
.BgClassName
{
background-color: #0DAF0B;
}
</style>
border-color css
<style>
span { border-color: #0DAF0B; }
span { border-color: rgb(13,175,11); }
td.TdClassName
{
border-color: #0DAF0B;
}
.TagClassName
{
border-color: #0DAF0B;
}
</style>