Html Css Color HEX #80AF5D Asparagus

📋 copy color: '#80AF5D'

red 128 ◦ green 175 ◦ blue 93

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

Shades of Asparagus #80AF5D

Tints of Asparagus #80AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 32.32%
G = 44.19%
B = 23.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#80AF5D (or 0x80AF5D) is known color: Asparagus. HEX triplet: 80, AF and 5D. RGB value is (128,175,93). Sum of RGB (Red+Green+Blue) = 128+175+93=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF5D is #7F50A2. Grayscale: #979797. Windows color (decimal): -8343715 or 6139776. OLE color: 6139776.

HSL color Cylindrical-coordinate representation of color #80AF5D: hue angle of 94.39º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80AF5D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 93 -
CMYK 0.27 0 0.47 0.31
HSL 94.39º 0.34% 0.53% -
HSV(B) 94.39º 0.47% 0.69% -
XYZ 26.21 36.04 15.93 -
YUV 151.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 128 175 93 0.27 0 0.47 0.31 94.39 0.34 0.53
Hex 80 AF 5D 1B 0 2F 1F 5E 22 35
Octal 200 257 135 33 0 57 37 136 42 65
Binary 10000000 10101111 1011101 11011 0 101111 11111 1011110 100010 110101

Color Harmonies of #80AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF5D

Black with #80AF5D

Text Example


Text Example

White with #80AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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