Html Css Color HEX #80AF5E Asparagus

📋 copy color: '#80AF5E'

red 128 ◦ green 175 ◦ blue 94

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

Shades of Asparagus #80AF5E

Tints of Asparagus #80AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 32.24%
G = 44.08%
B = 23.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#80AF5E (or 0x80AF5E) is known color: Asparagus. HEX triplet: 80, AF and 5E. RGB value is (128,175,94). Sum of RGB (Red+Green+Blue) = 128+175+94=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF5E is #7F50A1. Grayscale: #979797. Windows color (decimal): -8343714 or 6205312. OLE color: 6205312.

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

Color convert

RGB 128 175 94 -
CMYK 0.27 0 0.46 0.31
HSL 94.81º 0.34% 0.53% -
HSV(B) 94.81º 0.46% 0.69% -
XYZ 26.25 36.06 16.17 -
YUV 151.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 128 175 94 0.27 0 0.46 0.31 94.81 0.34 0.53
Hex 80 AF 5E 1B 0 2E 1F 5F 22 35
Octal 200 257 136 33 0 56 37 137 42 65
Binary 10000000 10101111 1011110 11011 0 101110 11111 1011111 100010 110101

Color Harmonies of #80AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF5E

Black with #80AF5E

Text Example


Text Example

White with #80AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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