Shades of Islamic Green #0FB00D
Tints of Islamic Green #0FB00D
RGB
CMYK
RGB Variations
Color information
#0FB00D (or 0x0FB00D) is known color: Islamic Green. HEX triplet: 0F, B0 and 0D. RGB value is (15,176,13). Sum of RGB (Red+Green+Blue) = 15+176+13=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 176 (69.14% from 255 or 86.27% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB00D is #F04FF2. Grayscale: #6D6D6D. Windows color (decimal): -15749107 or 897039. OLE color: 897039.
HSL color Cylindrical-coordinate representation of color #0FB00D: hue angle of 119.26º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB00D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 13 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.31 |
| HSL | 119.26º | 0.86% | 0.37% | - |
| HSV(B) | 119.26º | 0.93% | 0.69% | - |
| XYZ | 15.79 | 31.18 | 5.57 | - |
| YUV | 109.28 | 73.66 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 13 | 0.91 | 0 | 0.93 | 0.31 | 119.26 | 0.86 | 0.37 |
| Hex | F | B0 | D | 5B | 0 | 5D | 1F | 77 | 56 | 25 |
| Octal | 17 | 260 | 15 | 133 | 0 | 135 | 37 | 167 | 126 | 45 |
| Binary | 1111 | 10110000 | 1101 | 1011011 | 0 | 1011101 | 11111 | 1110111 | 1010110 | 100101 |
Color Harmonies of #0FB00D
Complementary color
Monochromatic Colors of #0FB00D
Black with #0FB00D
Text Example
Text Example
White with #0FB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB00D; }
p { color: rgb(15,176,13); }
H1.HeaderClassName
{
color: #0FB00D;
}
.AnyTagClassName
{
color: #0FB00D;
}
</style>
background-color css
<style>
a { background-color: #0FB00D; }
a { background-color: rgb(15,176,13); }
div.DivClassName
{
background-color: #0FB00D;
}
.BgClassName
{
background-color: #0FB00D;
}
</style>
border-color css
<style>
span { border-color: #0FB00D; }
span { border-color: rgb(15,176,13); }
td.TdClassName
{
border-color: #0FB00D;
}
.TagClassName
{
border-color: #0FB00D;
}
</style>