Shades of Islamic Green #0B970E
Tints of Islamic Green #0B970E
RGB
CMYK
RGB Variations
Color information
#0B970E (or 0x0B970E) is known color: Islamic Green. HEX triplet: 0B, 97 and 0E. RGB value is (11,151,14). Sum of RGB (Red+Green+Blue) = 11+151+14=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 151 (59.38% from 255 or 85.80% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 151 - color contains mainly: green. Hex color #0B970E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B970E is #F468F1. Grayscale: #5D5D5D. Windows color (decimal): -16017650 or 956171. OLE color: 956171.
HSL color Cylindrical-coordinate representation of color #0B970E: hue angle of 121.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B970E is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 151 | 14 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.41 |
| HSL | 121.29º | 0.86% | 0.32% | - |
| HSV(B) | 121.29º | 0.93% | 0.59% | - |
| XYZ | 11.28 | 22.24 | 4.11 | - |
| YUV | 93.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 151 | 14 | 0.93 | 0 | 0.91 | 0.41 | 121.29 | 0.86 | 0.32 |
| Hex | B | 97 | E | 5D | 0 | 5B | 29 | 79 | 56 | 20 |
| Octal | 13 | 227 | 16 | 135 | 0 | 133 | 51 | 171 | 126 | 40 |
| Binary | 1011 | 10010111 | 1110 | 1011101 | 0 | 1011011 | 101001 | 1111001 | 1010110 | 100000 |
Color Harmonies of #0B970E
Complementary color
Monochromatic Colors of #0B970E
Black with #0B970E
Text Example
Text Example
White with #0B970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B970E; }
p { color: rgb(11,151,14); }
H1.HeaderClassName
{
color: #0B970E;
}
.AnyTagClassName
{
color: #0B970E;
}
</style>
background-color css
<style>
a { background-color: #0B970E; }
a { background-color: rgb(11,151,14); }
div.DivClassName
{
background-color: #0B970E;
}
.BgClassName
{
background-color: #0B970E;
}
</style>
border-color css
<style>
span { border-color: #0B970E; }
span { border-color: rgb(11,151,14); }
td.TdClassName
{
border-color: #0B970E;
}
.TagClassName
{
border-color: #0B970E;
}
</style>