Html Css Color HEX #80AD60 Asparagus

📋 copy color: '#80AD60'

red 128 ◦ green 173 ◦ blue 96

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

Shades of Asparagus #80AD60

Tints of Asparagus #80AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 32.24%
G = 43.58%
B = 24.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#80AD60 (or 0x80AD60) is known color: Asparagus. HEX triplet: 80, AD and 60. RGB value is (128,173,96). Sum of RGB (Red+Green+Blue) = 128+173+96=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD60 is #7F529F. Grayscale: #979797. Windows color (decimal): -8344224 or 6335872. OLE color: 6335872.

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

Color convert

RGB 128 173 96 -
CMYK 0.26 0 0.45 0.32
HSL 95.06º 0.32% 0.53% -
HSV(B) 95.06º 0.45% 0.68% -
XYZ 25.96 35.32 16.52 -
YUV 150.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 128 173 96 0.26 0 0.45 0.32 95.06 0.32 0.53
Hex 80 AD 60 1A 0 2D 20 5F 20 35
Octal 200 255 140 32 0 55 40 137 40 65
Binary 10000000 10101101 1100000 11010 0 101101 100000 1011111 100000 110101

Color Harmonies of #80AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD60

Black with #80AD60

Text Example


Text Example

White with #80AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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