#80AF62

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

Shades of Asparagus #80AF62

Tints of Asparagus #80AF62

Color information

#80AF62 (or 0x80AF62) is unknown color: approx Asparagus. HEX triplet: 80, AF and 62. RGB value is (128,175,98). Sum of RGB (Red+Green+Blue) = 128+175+98=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF62 is #7F509D. Grayscale: #989898. Windows color (decimal): -8343710 or 6467456. OLE color: 6467456.

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

Color convert

RGB12817598-
CMYK0.2700.440.31
HSL96.62º32.49%53.53%-
HSV(B)96.62º44%68.63%-
XYZ26.4436.1317.14-
YUV152.1797.43110.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=31.92%
G=43.64%
B=24.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175980.2700.440.3196.6232.4953.53
Hex80AF621B02C1F612036
Octal20025714233054371414066
Binary10000000101011111100010110110101100111111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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