Html Css Color HEX #80AC19 Lima

📋 copy color: '#80AC19'

red 128 ◦ green 172 ◦ blue 25

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

Shades of Lima #80AC19

Tints of Lima #80AC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 39.38%
G = 52.92%
B = 7.69%

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

#80AC19 (or 0x80AC19) is known color: Lima. HEX triplet: 80, AC and 19. RGB value is (128,172,25). Sum of RGB (Red+Green+Blue) = 128+172+25=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC19 is #7F53E6. Grayscale: #8E8E8E. Windows color (decimal): -8344551 or 1682560. OLE color: 1682560.

HSL color Cylindrical-coordinate representation of color #80AC19: hue angle of 77.96º degrees, saturation: 0.75, 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 #80AC19 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 25 -
CMYK 0.26 0 0.85 0.33
HSL 77.96º 0.75% 0.39% -
HSV(B) 77.96º 0.85% 0.67% -
XYZ 23.83 34.16 6.26 -
YUV 142.09 61.92 117.95 -
System Red Green Blue C M Y K H S L
Decimal 128 172 25 0.26 0 0.85 0.33 77.96 0.75 0.39
Hex 80 AC 19 1A 0 55 21 4E 4B 27
Octal 200 254 31 32 0 125 41 116 113 47
Binary 10000000 10101100 11001 11010 0 1010101 100001 1001110 1001011 100111

Color Harmonies of #80AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC19

Black with #80AC19

Text Example


Text Example

White with #80AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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