Html Css Color HEX #80AA63 Asparagus

📋 copy color: '#80AA63'

red 128 ◦ green 170 ◦ blue 99

#80AA63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #80AA63

Tints of Asparagus #80AA63

RGB

 RED value IS 128 (50.39% from 255) = 32.24%

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 32.24%
G = 42.82%
B = 24.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#80AA63 (or 0x80AA63) is known color: Asparagus. HEX triplet: 80, AA and 63. RGB value is (128,170,99). Sum of RGB (Red+Green+Blue) = 128+170+99=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA63 is #7F559C. Grayscale: #959595. Windows color (decimal): -8344989 or 6531712. OLE color: 6531712.

HSL color Cylindrical-coordinate representation of color #80AA63: hue angle of 95.49º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AA63 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 99 -
CMYK 0.25 0 0.42 0.33
HSL 95.49º 0.29% 0.53% -
HSV(B) 95.49º 0.42% 0.67% -
XYZ 25.53 34.24 17.07 -
YUV 149.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 128 170 99 0.25 0 0.42 0.33 95.49 0.29 0.53
Hex 80 AA 63 19 0 2A 21 5F 1D 35
Octal 200 252 143 31 0 52 41 137 35 65
Binary 10000000 10101010 1100011 11001 0 101010 100001 1011111 11101 110101

Color Harmonies of #80AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA63

Black with #80AA63

Text Example


Text Example

White with #80AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AA63;
 }
 .AnyTagClassName
 {
   color: #80AA63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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