#80AF5F

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

Shades of Asparagus #80AF5F

Tints of Asparagus #80AF5F

Color information

#80AF5F (or 0x80AF5F) is unknown color: approx Asparagus. HEX triplet: 80, AF and 5F. RGB value is (128,175,95). Sum of RGB (Red+Green+Blue) = 128+175+95=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF5F is #7F50A0. Grayscale: #989898. Windows color (decimal): -8343713 or 6270848. OLE color: 6270848.

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

Color convert

RGB12817595-
CMYK0.2700.460.31
HSL95.25º33.33%52.94%-
HSV(B)95.25º45.71%68.63%-
XYZ26.336.0816.4-
YUV151.8395.93111-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=32.16%
G=43.97%
B=23.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175950.2700.460.3195.2533.3352.94
Hex80AF5F1B02E1F5f2135
Octal20025713733056371374165
Binary10000000101011111011111110110101110111111011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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