#80AF92

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

Shades of Padua #80AF92

Tints of Padua #80AF92

Color information

#80AF92 (or 0x80AF92) is unknown color: approx Padua. HEX triplet: 80, AF and 92. RGB value is (128,175,146). Sum of RGB (Red+Green+Blue) = 128+175+146=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF92 is #7F506D. Grayscale: #9D9D9D. Windows color (decimal): -8343662 or 9613184. OLE color: 9613184.

HSL color Cylindrical-coordinate representation of color #80AF92: hue angle of 142.98º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF92 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB128175146-
CMYK0.2700.170.31
HSL142.98º22.71%59.41%-
HSV(B)142.98º26.86%68.63%-
XYZ29.4237.3232.85-
YUV157.64121.43106.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=28.51%
G=38.98%
B=32.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751460.2700.170.31142.9822.7159.41
Hex80AF921B0111F8f173b
Octal20025722233021372172773
Binary10000000101011111001001011011010001111111000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,146); }

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

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

 a { background-color: rgb(128,175,146); }

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

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

 span { border-color: rgb(128,175,146); }

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