#01B20A

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

Shades of Islamic Green #01B20A

Tints of Islamic Green #01B20A

Color information

#01B20A (or 0x01B20A) is unknown color: approx Islamic Green. HEX triplet: 01, B2 and 0A. RGB value is (1,178,10). Sum of RGB (Red+Green+Blue) = 1+178+10=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 178 (69.92% from 255 or 94.18% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 178 - color contains mainly: green. Hex color #01B20A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B20A is #FE4DF5. Grayscale: #6A6A6A. Windows color (decimal): -16666102 or 700929. OLE color: 700929.

HSL color Cylindrical-coordinate representation of color #01B20A: hue angle of 123.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B20A is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB117810-
CMYK0.9900.940.30
HSL123.05º98.88%35.1%-
HSV(B)123.05º99.44%69.8%-
XYZ15.9931.875.6-
YUV105.9273.8653.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 178 (69.92% from 255) = 94.18%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=0.53%
G=94.18%
B=5.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1178100.9900.940.30123.0598.8835.1
Hex1B2A6305E1E7b6323
Octal12621214301363617314343
Binary11011001010101100011010111101111011110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B20A; }

 p { color: rgb(1,178,10); }

 H1.HeaderClassName
 {
   color: #01B20A;
 }
 .AnyTagClassName
 {
   color: #01B20A;
 }
</style>
background-color css

<style>
 a { background-color: #01B20A; }

 a { background-color: rgb(1,178,10); }

 div.DivClassName
 {
   background-color: #01B20A;
 }
 .BgClassName
 {
   background-color: #01B20A;
 }
</style>
border-color css

<style>
 span { border-color: #01B20A; }

 span { border-color: rgb(1,178,10); }

 td.TdClassName
 {
   border-color: #01B20A;
 }
 .TagClassName
 {
   border-color: #01B20A;
 }
</style>