#20AB82

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

Shades of Jungle Green #20AB82

Tints of Jungle Green #20AB82

Color information

#20AB82 (or 0x20AB82) is unknown color: approx Jungle Green. HEX triplet: 20, AB and 82. RGB value is (32,171,130). Sum of RGB (Red+Green+Blue) = 32+171+130=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB82 is #DF547D. Grayscale: #7C7C7C. Windows color (decimal): -14636158 or 8563488. OLE color: 8563488.

HSL color Cylindrical-coordinate representation of color #20AB82: hue angle of 162.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB82 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB32171130-
CMYK0.8100.240.33
HSL162.3º68.47%39.8%-
HSV(B)162.3º81.29%67.06%-
XYZ19.1931.0426.1-
YUV124.76130.9561.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=9.61%
G=51.35%
B=39.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711300.8100.240.33162.368.4739.8
Hex20AB825101821a24428
Octal402532021210304124210450
Binary10000010101011100000101010001011000100001101000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,171,130); }

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

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

 a { background-color: rgb(32,171,130); }

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

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

 span { border-color: rgb(32,171,130); }

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