#80C29A

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

Shades of Padua #80C29A

Tints of Padua #80C29A

Color information

#80C29A (or 0x80C29A) is unknown color: approx Padua. HEX triplet: 80, C2 and 9A. RGB value is (128,194,154). Sum of RGB (Red+Green+Blue) = 128+194+154=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #80C29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C29A is #7F3D65. Grayscale: #A9A9A9. Windows color (decimal): -8338790 or 10142336. OLE color: 10142336.

HSL color Cylindrical-coordinate representation of color #80C29A: hue angle of 143.64º degrees, saturation: 0.35, 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 #80C29A is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB128194154-
CMYK0.3400.210.24
HSL143.64º35.11%63.14%-
HSV(B)143.64º34.02%76.08%-
XYZ34.0345.5137.56-
YUV169.71119.1398.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=26.89%
G=40.76%
B=32.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281941540.3400.210.24143.6435.1163.14
Hex80C29A220151890233f
Octal20030223242025302204377
Binary1000000011000010100110101000100101011100010010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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