#80AD63

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

Shades of Asparagus #80AD63

Tints of Asparagus #80AD63

Color information

#80AD63 (or 0x80AD63) is unknown color: approx Asparagus. HEX triplet: 80, AD and 63. RGB value is (128,173,99). Sum of RGB (Red+Green+Blue) = 128+173+99=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD63 is #7F529C. Grayscale: #979797. Windows color (decimal): -8344221 or 6532480. OLE color: 6532480.

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

Color convert

RGB12817399-
CMYK0.2600.430.32
HSL96.49º31.09%53.33%-
HSV(B)96.49º42.77%67.84%-
XYZ26.135.3817.26-
YUV151.1198.59111.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=32%
G=43.25%
B=24.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128173990.2600.430.3296.4931.0953.33
Hex80AD631A02B20601f35
Octal20025514332053401403765
Binary10000000101011011100011110100101011100000110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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