Html Css Color HEX #80AE65 Asparagus

📋 copy color: '#80AE65'

red 128 ◦ green 174 ◦ blue 101

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

Shades of Asparagus #80AE65

Tints of Asparagus #80AE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.18%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 31.76%
G = 43.18%
B = 25.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#80AE65 (or 0x80AE65) is known color: Asparagus. HEX triplet: 80, AE and 65. RGB value is (128,174,101). Sum of RGB (Red+Green+Blue) = 128+174+101=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE65 is #7F519A. Grayscale: #989898. Windows color (decimal): -8343963 or 6663808. OLE color: 6663808.

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

Color convert

RGB 128 174 101 -
CMYK 0.26 0 0.42 0.32
HSL 97.81º 0.31% 0.54% -
HSV(B) 97.81º 0.42% 0.68% -
XYZ 26.39 35.8 17.83 -
YUV 151.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 128 174 101 0.26 0 0.42 0.32 97.81 0.31 0.54
Hex 80 AE 65 1A 0 2A 20 62 1F 36
Octal 200 256 145 32 0 52 40 142 37 66
Binary 10000000 10101110 1100101 11010 0 101010 100000 1100010 11111 110110

Color Harmonies of #80AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE65

Black with #80AE65

Text Example


Text Example

White with #80AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,101); }

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

background-color css

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

 a { background-color: rgb(128,174,101); }

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

border-color css

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

 span { border-color: rgb(128,174,101); }

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