#20B006

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

Shades of Islamic Green #20B006

Tints of Islamic Green #20B006

Color information

#20B006 (or 0x20B006) is unknown color: approx Islamic Green. HEX triplet: 20, B0 and 06. RGB value is (32,176,6). Sum of RGB (Red+Green+Blue) = 32+176+6=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 176 (69.14% from 255 or 82.24% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 176 - color contains mainly: green. Hex color #20B006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B006 is #DF4FF9. Grayscale: #727272. Windows color (decimal): -14635002 or 438304. OLE color: 438304.

HSL color Cylindrical-coordinate representation of color #20B006: hue angle of 110.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20B006 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB321766-
CMYK0.8200.970.31
HSL110.82º93.41%35.69%-
HSV(B)110.82º96.59%69.02%-
XYZ16.1531.375.38-
YUV113.5667.2969.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 176 (69.14% from 255) = 82.24%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=14.95%
G=82.24%
B=2.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3217660.8200.970.31110.8293.4135.69
Hex20B06520611F6f5d24
Octal40260612201413715713544
Binary100000101100001101010010011000011111111011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,176,6); }

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

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

 a { background-color: rgb(32,176,6); }

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

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

 span { border-color: rgb(32,176,6); }

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