Html Css Color HEX #80AA66 Asparagus

📋 copy color: '#80AA66'

red 128 ◦ green 170 ◦ blue 102

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

Shades of Asparagus #80AA66

Tints of Asparagus #80AA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 32%
G = 42.5%
B = 25.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#80AA66 (or 0x80AA66) is known color: Asparagus. HEX triplet: 80, AA and 66. RGB value is (128,170,102). Sum of RGB (Red+Green+Blue) = 128+170+102=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA66 is #7F5599. Grayscale: #959595. Windows color (decimal): -8344986 or 6728320. OLE color: 6728320.

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

Color convert

RGB 128 170 102 -
CMYK 0.25 0 0.4 0.33
HSL 97.06º 0.29% 0.53% -
HSV(B) 97.06º 0.4% 0.67% -
XYZ 25.68 34.3 17.84 -
YUV 149.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 128 170 102 0.25 0 0.4 0.33 97.06 0.29 0.53
Hex 80 AA 66 19 0 28 21 61 1D 35
Octal 200 252 146 31 0 50 41 141 35 65
Binary 10000000 10101010 1100110 11001 0 101000 100001 1100001 11101 110101

Color Harmonies of #80AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA66

Black with #80AA66

Text Example


Text Example

White with #80AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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