Html Css Color HEX #80AC67 Asparagus

📋 copy color: '#80AC67'

red 128 ◦ green 172 ◦ blue 103

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

Shades of Asparagus #80AC67

Tints of Asparagus #80AC67

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 103 (40.63% from 255) = 25.56%

R = 31.76%
G = 42.68%
B = 25.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#80AC67 (or 0x80AC67) is known color: Asparagus. HEX triplet: 80, AC and 67. RGB value is (128,172,103). Sum of RGB (Red+Green+Blue) = 128+172+103=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC67 is #7F5398. Grayscale: #979797. Windows color (decimal): -8344473 or 6794368. OLE color: 6794368.

HSL color Cylindrical-coordinate representation of color #80AC67: hue angle of 98.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AC67 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 103 -
CMYK 0.26 0 0.40 0.33
HSL 98.26º 0.29% 0.54% -
HSV(B) 98.26º 0.4% 0.67% -
XYZ 26.1 35.07 18.23 -
YUV 150.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 128 172 103 0.26 0 0.40 0.33 98.26 0.29 0.54
Hex 80 AC 67 1A 0 28 21 62 1D 36
Octal 200 254 147 32 0 50 41 142 35 66
Binary 10000000 10101100 1100111 11010 0 101000 100001 1100010 11101 110110

Color Harmonies of #80AC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC67

Black with #80AC67

Text Example


Text Example

White with #80AC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,103); }

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

background-color css

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

 a { background-color: rgb(128,172,103); }

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

border-color css

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

 span { border-color: rgb(128,172,103); }

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