#80C19A

Color #80C19A Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #80C19A

Tints of Padua #80C19A

Color information

#80C19A (or 0x80C19A) is unknown color: approx Padua. HEX triplet: 80, C1 and 9A. RGB value is (128,193,154). Sum of RGB (Red+Green+Blue) = 128+193+154=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #80C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C19A is #7F3E65. Grayscale: #A9A9A9. Windows color (decimal): -8339046 or 10142080. OLE color: 10142080.

HSL color Cylindrical-coordinate representation of color #80C19A: hue angle of 144º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C19A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB128193154-
CMYK0.3400.200.24
HSL144º34.39%62.94%-
HSV(B)144º33.68%75.69%-
XYZ33.845.0637.49-
YUV169.12119.4798.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=26.95%
G=40.63%
B=32.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931540.3400.200.2414434.3962.94
Hex80C19A220141890223f
Octal20030123242024302204277
Binary1000000011000001100110101000100101001100010010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C19A; }

 p { color: rgb(128,193,154); }

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

<style>
 a { background-color: #80C19A; }

 a { background-color: rgb(128,193,154); }

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

<style>
 span { border-color: #80C19A; }

 span { border-color: rgb(128,193,154); }

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