#20b500

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

Shades of Islamic Green #20B500

Tints of Islamic Green #20B500

Color information

#20B500 (or 0x20B500) is unknown color: approx Islamic Green. HEX triplet: 20, B5 and 00. RGB value is (32,181,0). Sum of RGB (Red+Green+Blue) = 32+181+0=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #20B500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B500 is #DF4AFF. Grayscale: #747474. Windows color (decimal): -14633728 or 46368. OLE color: 46368.

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

Color convert

RGB321810-
CMYK0.82010.29
HSL109.39º100%35.49%-
HSV(B)109.39º100%70.98%-
XYZ17.1233.355.54-
YUV115.8262.6468.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 181 (71.09% from 255) = 84.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.02%
G=84.98%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3218100.82010.29109.3910035.49
Hex20B50520641D6d6423
Octal40265012201443515514443
Binary1000001011010101010010011001001110111011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20b500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,181,0); }

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

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

 a { background-color: rgb(32,181,0); }

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

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

 span { border-color: rgb(32,181,0); }

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