#80AC63

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

Shades of Asparagus #80AC63

Tints of Asparagus #80AC63

Color information

#80AC63 (or 0x80AC63) is unknown color: approx Asparagus. HEX triplet: 80, AC and 63. RGB value is (128,172,99). Sum of RGB (Red+Green+Blue) = 128+172+99=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC63 is #7F539C. Grayscale: #969696. Windows color (decimal): -8344477 or 6532224. OLE color: 6532224.

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

Color convert

RGB12817299-
CMYK0.2600.420.33
HSL96.16º30.54%53.14%-
HSV(B)96.16º42.44%67.45%-
XYZ25.913517.19-
YUV150.5298.92111.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=32.08%
G=43.11%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172990.2600.420.3396.1630.5453.14
Hex80AC631A02A21601f35
Octal20025414332052411403765
Binary10000000101011001100011110100101010100001110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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