#20B401

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

Shades of Islamic Green #20B401

Tints of Islamic Green #20B401

Color information

#20B401 (or 0x20B401) is unknown color: approx Islamic Green. HEX triplet: 20, B4 and 01. RGB value is (32,180,1). Sum of RGB (Red+Green+Blue) = 32+180+1=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 180 (70.70% from 255 or 84.51% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 180 - color contains mainly: green. Hex color #20B401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B401 is #DF4BFE. Grayscale: #737373. Windows color (decimal): -14633983 or 111648. OLE color: 111648.

HSL color Cylindrical-coordinate representation of color #20B401: hue angle of 109.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20B401 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB321801-
CMYK0.8200.990.29
HSL109.61º98.9%35.49%-
HSV(B)109.61º99.44%70.59%-
XYZ16.9232.955.5-
YUV115.3463.4768.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 180 (70.70% from 255) = 84.51%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=15.02%
G=84.51%
B=0.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3218010.8200.990.29109.6198.935.49
Hex20B41520631D6e6323
Octal40264112201433515614343
Binary1000001011010011010010011000111110111011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20B401; }

 p { color: rgb(32,180,1); }

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

<style>
 a { background-color: #20B401; }

 a { background-color: rgb(32,180,1); }

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

<style>
 span { border-color: #20B401; }

 span { border-color: rgb(32,180,1); }

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