Html Css Color HEX #80A25F Asparagus

📋 copy color: '#80A25F'

red 128 ◦ green 162 ◦ blue 95

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

Shades of Asparagus #80A25F

Tints of Asparagus #80A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

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

R = 33.25%
G = 42.08%
B = 24.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#80A25F (or 0x80A25F) is known color: Asparagus. HEX triplet: 80, A2 and 5F. RGB value is (128,162,95). Sum of RGB (Red+Green+Blue) = 128+162+95=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #80A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A25F is #7F5DA0. Grayscale: #909090. Windows color (decimal): -8347041 or 6267520. OLE color: 6267520.

HSL color Cylindrical-coordinate representation of color #80A25F: hue angle of 90.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A25F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 95 -
CMYK 0.21 0 0.41 0.36
HSL 90.45º 0.26% 0.5% -
HSV(B) 90.45º 0.41% 0.64% -
XYZ 23.89 31.26 15.6 -
YUV 144.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 128 162 95 0.21 0 0.41 0.36 90.45 0.26 0.5
Hex 80 A2 5F 15 0 29 24 5A 1A 32
Octal 200 242 137 25 0 51 44 132 32 62
Binary 10000000 10100010 1011111 10101 0 101001 100100 1011010 11010 110010

Color Harmonies of #80A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A25F

Black with #80A25F

Text Example


Text Example

White with #80A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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