#20A078

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

Shades of Jungle Green #20A078

Tints of Jungle Green #20A078

Color information

#20A078 (or 0x20A078) is unknown color: approx Jungle Green. HEX triplet: 20, A0 and 78. RGB value is (32,160,120). Sum of RGB (Red+Green+Blue) = 32+160+120=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #20A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A078 is #DF5F87. Grayscale: #757575. Windows color (decimal): -14638984 or 7905312. OLE color: 7905312.

HSL color Cylindrical-coordinate representation of color #20A078: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A078 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB32160120-
CMYK0.8000.250.37
HSL161.25º66.67%37.65%-
HSV(B)161.25º80%62.75%-
XYZ16.5626.822.07-
YUV117.17129.5967.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.26%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=10.26%
G=51.28%
B=38.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321601200.8000.250.37161.2566.6737.65
Hex20A0785001925a14326
Octal402401701200314524110346
Binary1000001010000011110001010000011001100101101000011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,120); }

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

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

 a { background-color: rgb(32,160,120); }

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

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

 span { border-color: rgb(32,160,120); }

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