#20B602

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

Shades of Islamic Green #20B602

Tints of Islamic Green #20B602

Color information

#20B602 (or 0x20B602) is unknown color: approx Islamic Green. HEX triplet: 20, B6 and 02. RGB value is (32,182,2). Sum of RGB (Red+Green+Blue) = 32+182+2=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 182 (71.48% from 255 or 84.26% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 182 - color contains mainly: green. Hex color #20B602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B602 is #DF49FD. Grayscale: #757575. Windows color (decimal): -14633470 or 177696. OLE color: 177696.

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

Color convert

RGB321822-
CMYK0.8200.990.29
HSL110º97.83%36.08%-
HSV(B)110º98.9%71.37%-
XYZ17.3333.775.66-
YUV116.6363.3167.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 182 (71.48% from 255) = 84.26%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=14.81%
G=84.26%
B=0.93%

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
Decimal3218220.8200.990.2911097.8336.08
Hex20B62520631D6e6224
Octal40266212201433515614244
Binary10000010110110101010010011000111110111011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,182,2); }

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

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

 a { background-color: rgb(32,182,2); }

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

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

 span { border-color: rgb(32,182,2); }

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