Html Css Color HEX #80AE5D Asparagus

📋 copy color: '#80AE5D'

red 128 ◦ green 174 ◦ blue 93

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

Shades of Asparagus #80AE5D

Tints of Asparagus #80AE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 32.41%
G = 44.05%
B = 23.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#80AE5D (or 0x80AE5D) is known color: Asparagus. HEX triplet: 80, AE and 5D. RGB value is (128,174,93). Sum of RGB (Red+Green+Blue) = 128+174+93=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE5D is #7F51A2. Grayscale: #979797. Windows color (decimal): -8343971 or 6139520. OLE color: 6139520.

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

Color convert

RGB 128 174 93 -
CMYK 0.26 0 0.47 0.32
HSL 94.07º 0.33% 0.52% -
HSV(B) 94.07º 0.47% 0.68% -
XYZ 26.01 35.65 15.87 -
YUV 151.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 128 174 93 0.26 0 0.47 0.32 94.07 0.33 0.52
Hex 80 AE 5D 1A 0 2F 20 5E 21 34
Octal 200 256 135 32 0 57 40 136 41 64
Binary 10000000 10101110 1011101 11010 0 101111 100000 1011110 100001 110100

Color Harmonies of #80AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE5D

Black with #80AE5D

Text Example


Text Example

White with #80AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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