#01970B

Color #01970B Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #01970B

Tints of Islamic Green #01970B

Color information

#01970B (or 0x01970B) is unknown color: approx 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

RGB115111-
CMYK0.9900.930.41
HSL124º98.68%29.8%-
HSV(B)124º99.34%59.22%-
XYZ11.1422.164.01-
YUV90.1983.364.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 151 (59.38% from 255) = 92.64%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=0.61%
G=92.64%
B=6.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151110.9900.930.4112498.6829.8
Hex197B6305D297c631e
Octal12271314301355117414336
Binary11001011110111100011010111011010011111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01970B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>