#20a78d

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

Shades of Niagara #20A78D

Tints of Niagara #20A78D

Color information

#20A78D (or 0x20A78D) is unknown color: approx Niagara. HEX triplet: 20, A7 and 8D. RGB value is (32,167,141). Sum of RGB (Red+Green+Blue) = 32+167+141=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #20A78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A78D is #DF5872. Grayscale: #7B7B7B. Windows color (decimal): -14637171 or 9283360. OLE color: 9283360.

HSL color Cylindrical-coordinate representation of color #20A78D: hue angle of 168.44º 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 #20A78D is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB32167141-
CMYK0.8100.160.35
HSL168.44º67.84%39.02%-
HSV(B)168.44º80.84%65.49%-
XYZ19.2229.8729.95-
YUV123.67137.7762.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.41%
GREEN value IS 167 (65.62% from 255) = 49.12%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=9.41%
G=49.12%
B=41.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321671410.8100.160.35168.4467.8439.02
Hex20A78D5101023a84427
Octal402472151210204325010447
Binary10000010100111100011011010001010000100011101010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20a78d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,167,141); }

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

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

 a { background-color: rgb(32,167,141); }

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

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

 span { border-color: rgb(32,167,141); }

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