Html Css Color HEX #80AD62 Asparagus

📋 copy color: '#80AD62'

red 128 ◦ green 173 ◦ blue 98

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

Shades of Asparagus #80AD62

Tints of Asparagus #80AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 32.08%
G = 43.36%
B = 24.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#80AD62 (or 0x80AD62) is known color: Asparagus. HEX triplet: 80, AD and 62. RGB value is (128,173,98). Sum of RGB (Red+Green+Blue) = 128+173+98=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD62 is #7F529D. Grayscale: #979797. Windows color (decimal): -8344222 or 6466944. OLE color: 6466944.

HSL color Cylindrical-coordinate representation of color #80AD62: hue angle of 96º 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 #80AD62 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 98 -
CMYK 0.26 0 0.43 0.32
HSL 96º 0.31% 0.53% -
HSV(B) 96º 0.43% 0.68% -
XYZ 26.05 35.36 17.01 -
YUV 151 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 128 173 98 0.26 0 0.43 0.32 96 0.31 0.53
Hex 80 AD 62 1A 0 2B 20 60 1F 35
Octal 200 255 142 32 0 53 40 140 37 65
Binary 10000000 10101101 1100010 11010 0 101011 100000 1100000 11111 110101

Color Harmonies of #80AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD62

Black with #80AD62

Text Example


Text Example

White with #80AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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