Shades of Islamic Green #01970B
Tints of Islamic Green #01970B
RGB
CMYK
RGB Variations
Color information
#01970B (or 0x01970B) is known color: Islamic Green. HEX triplet: 01, 97 and 0B. RGB value is (1,151,11). Sum of RGB (Red+Green+Blue) = 1+151+11=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 151 (59.38% from 255 or 92.64% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 151 - color contains mainly: green. Hex color #01970B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01970B is #FE68F4. Grayscale: #5A5A5A. Windows color (decimal): -16673013 or 759553. OLE color: 759553.
HSL color Cylindrical-coordinate representation of color #01970B: hue angle of 124º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01970B is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 11 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.41 |
| HSL | 124º | 0.99% | 0.3% | - |
| HSV(B) | 124º | 0.99% | 0.59% | - |
| XYZ | 11.14 | 22.16 | 4.01 | - |
| YUV | 90.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 11 | 0.99 | 0 | 0.93 | 0.41 | 124 | 0.99 | 0.3 |
| Hex | 1 | 97 | B | 63 | 0 | 5D | 29 | 7C | 63 | 1E |
| Octal | 1 | 227 | 13 | 143 | 0 | 135 | 51 | 174 | 143 | 36 |
| Binary | 1 | 10010111 | 1011 | 1100011 | 0 | 1011101 | 101001 | 1111100 | 1100011 | 11110 |
Color Harmonies of #01970B
Complementary color
Monochromatic Colors of #01970B
Black with #01970B
Text Example
Text Example
White with #01970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01970B; }
p { color: rgb(1,151,11); }
H1.HeaderClassName
{
color: #01970B;
}
.AnyTagClassName
{
color: #01970B;
}
</style>
background-color css
<style>
a { background-color: #01970B; }
a { background-color: rgb(1,151,11); }
div.DivClassName
{
background-color: #01970B;
}
.BgClassName
{
background-color: #01970B;
}
</style>
border-color css
<style>
span { border-color: #01970B; }
span { border-color: rgb(1,151,11); }
td.TdClassName
{
border-color: #01970B;
}
.TagClassName
{
border-color: #01970B;
}
</style>