#80AC61

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

Shades of Asparagus #80AC61

Tints of Asparagus #80AC61

Color information

#80AC61 (or 0x80AC61) is unknown color: approx Asparagus. HEX triplet: 80, AC and 61. RGB value is (128,172,97). Sum of RGB (Red+Green+Blue) = 128+172+97=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC61 is #7F539E. Grayscale: #969696. Windows color (decimal): -8344479 or 6401152. OLE color: 6401152.

HSL color Cylindrical-coordinate representation of color #80AC61: hue angle of 95.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80AC61 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB12817297-
CMYK0.2600.440.33
HSL95.2º31.12%52.75%-
HSV(B)95.2º43.6%67.45%-
XYZ25.8134.9616.7-
YUV150.2997.92112.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=32.24%
G=43.32%
B=24.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172970.2600.440.3395.231.1252.75
Hex80AC611A02C215f1f35
Octal20025414132054411373765
Binary10000000101011001100001110100101100100001101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,97); }

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

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

 a { background-color: rgb(128,172,97); }

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

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

 span { border-color: rgb(128,172,97); }

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