#20A581

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

Shades of Jungle Green #20A581

Tints of Jungle Green #20A581

Color information

#20A581 (or 0x20A581) is unknown color: approx Jungle Green. HEX triplet: 20, A5 and 81. RGB value is (32,165,129). Sum of RGB (Red+Green+Blue) = 32+165+129=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #20A581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A581 is #DF5A7E. Grayscale: #797979. Windows color (decimal): -14637695 or 8496416. OLE color: 8496416.

HSL color Cylindrical-coordinate representation of color #20A581: hue angle of 163.76º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A581 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB32165129-
CMYK0.8100.220.35
HSL163.76º67.51%38.63%-
HSV(B)163.76º80.61%64.71%-
XYZ18.0128.825.38-
YUV121.13132.4464.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.82%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=9.82%
G=50.61%
B=39.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321651290.8100.220.35163.7667.5138.63
Hex20A5815101623a44427
Octal402452011210264324410447
Binary10000010100101100000011010001010110100011101001001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,165,129); }

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

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

 a { background-color: rgb(32,165,129); }

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

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

 span { border-color: rgb(32,165,129); }

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