Html Css Color HEX #80AD65 Asparagus

📋 copy color: '#80AD65'

red 128 ◦ green 173 ◦ blue 101

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

Shades of Asparagus #80AD65

Tints of Asparagus #80AD65

RGB

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

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

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

R = 31.84%
G = 43.03%
B = 25.12%

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

#80AD65 (or 0x80AD65) is known color: Asparagus. HEX triplet: 80, AD and 65. RGB value is (128,173,101). Sum of RGB (Red+Green+Blue) = 128+173+101=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD65 is #7F529A. Grayscale: #979797. Windows color (decimal): -8344219 or 6663552. OLE color: 6663552.

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

Color convert

RGB 128 173 101 -
CMYK 0.26 0 0.42 0.32
HSL 97.5º 0.31% 0.54% -
HSV(B) 97.5º 0.42% 0.68% -
XYZ 26.19 35.42 17.77 -
YUV 151.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 128 173 101 0.26 0 0.42 0.32 97.5 0.31 0.54
Hex 80 AD 65 1A 0 2A 20 62 1F 36
Octal 200 255 145 32 0 52 40 142 37 66
Binary 10000000 10101101 1100101 11010 0 101010 100000 1100010 11111 110110

Color Harmonies of #80AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD65

Black with #80AD65

Text Example


Text Example

White with #80AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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