#80AF64

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

Shades of Asparagus #80AF64

Tints of Asparagus #80AF64

Color information

#80AF64 (or 0x80AF64) is unknown color: approx Asparagus. HEX triplet: 80, AF and 64. RGB value is (128,175,100). Sum of RGB (Red+Green+Blue) = 128+175+100=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF64 is #7F509B. Grayscale: #989898. Windows color (decimal): -8343708 or 6598528. OLE color: 6598528.

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

Color convert

RGB128175100-
CMYK0.2700.430.31
HSL97.6º31.91%53.92%-
HSV(B)97.6º42.86%68.63%-
XYZ26.5336.1717.64-
YUV152.498.43110.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=31.76%
G=43.42%
B=24.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751000.2700.430.3197.631.9153.92
Hex80AF641B02B1F622036
Octal20025714433053371424066
Binary10000000101011111100100110110101011111111100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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