Html Css Color HEX #80AD5F Asparagus

📋 copy color: '#80AD5F'

red 128 ◦ green 173 ◦ blue 95

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

Shades of Asparagus #80AD5F

Tints of Asparagus #80AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 32.32%
G = 43.69%
B = 23.99%

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

#80AD5F (or 0x80AD5F) is known color: Asparagus. HEX triplet: 80, AD and 5F. RGB value is (128,173,95). Sum of RGB (Red+Green+Blue) = 128+173+95=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD5F is #7F52A0. Grayscale: #969696. Windows color (decimal): -8344225 or 6270336. OLE color: 6270336.

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

Color convert

RGB 128 173 95 -
CMYK 0.26 0 0.45 0.32
HSL 94.62º 0.32% 0.53% -
HSV(B) 94.62º 0.45% 0.68% -
XYZ 25.91 35.3 16.27 -
YUV 150.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 128 173 95 0.26 0 0.45 0.32 94.62 0.32 0.53
Hex 80 AD 5F 1A 0 2D 20 5F 20 35
Octal 200 255 137 32 0 55 40 137 40 65
Binary 10000000 10101101 1011111 11010 0 101101 100000 1011111 100000 110101

Color Harmonies of #80AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD5F

Black with #80AD5F

Text Example


Text Example

White with #80AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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