#80AE61

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

Shades of Asparagus #80AE61

Tints of Asparagus #80AE61

Color information

#80AE61 (or 0x80AE61) is unknown color: approx Asparagus. HEX triplet: 80, AE and 61. RGB value is (128,174,97). Sum of RGB (Red+Green+Blue) = 128+174+97=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE61 is #7F519E. Grayscale: #979797. Windows color (decimal): -8343967 or 6401664. OLE color: 6401664.

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

Color convert

RGB12817497-
CMYK0.2600.440.32
HSL95.84º32.22%53.14%-
HSV(B)95.84º44.25%68.24%-
XYZ26.235.7216.82-
YUV151.4797.26111.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=32.08%
G=43.61%
B=24.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174970.2600.440.3295.8432.2253.14
Hex80AE611A02C20602035
Octal20025614132054401404065
Binary100000001010111011000011101001011001000001100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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