Html Css Color HEX #80AC1A Lima

📋 copy color: '#80AC1A'

red 128 ◦ green 172 ◦ blue 26

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

Shades of Lima #80AC1A

Tints of Lima #80AC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 39.26%
G = 52.76%
B = 7.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#80AC1A (or 0x80AC1A) is known color: Lima. HEX triplet: 80, AC and 1A. RGB value is (128,172,26). Sum of RGB (Red+Green+Blue) = 128+172+26=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC1A is #7F53E5. Grayscale: #8E8E8E. Windows color (decimal): -8344550 or 1748096. OLE color: 1748096.

HSL color Cylindrical-coordinate representation of color #80AC1A: hue angle of 78.08º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80AC1A is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 26 -
CMYK 0.26 0 0.85 0.33
HSL 78.08º 0.74% 0.39% -
HSV(B) 78.08º 0.85% 0.67% -
XYZ 23.84 34.17 6.32 -
YUV 142.2 62.42 117.87 -
System Red Green Blue C M Y K H S L
Decimal 128 172 26 0.26 0 0.85 0.33 78.08 0.74 0.39
Hex 80 AC 1A 1A 0 55 21 4E 4A 27
Octal 200 254 32 32 0 125 41 116 112 47
Binary 10000000 10101100 11010 11010 0 1010101 100001 1001110 1001010 100111

Color Harmonies of #80AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC1A

Black with #80AC1A

Text Example


Text Example

White with #80AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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