Html Css Color HEX #80AC01 Lima

📋 copy color: '#80AC01'

red 128 ◦ green 172 ◦ blue 1

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

Shades of Lima #80AC01

Tints of Lima #80AC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 42.52%
G = 57.14%
B = 0.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#80AC01 (or 0x80AC01) is known color: Lima. HEX triplet: 80, AC and 01. RGB value is (128,172,1). Sum of RGB (Red+Green+Blue) = 128+172+1=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC01 is #7F53FE. Grayscale: #8B8B8B. Windows color (decimal): -8344575 or 109696. OLE color: 109696.

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

Color convert

RGB 128 172 1 -
CMYK 0.26 0 0.99 0.33
HSL 75.44º 0.99% 0.34% -
HSV(B) 75.44º 0.99% 0.67% -
XYZ 23.66 34.1 5.36 -
YUV 139.35 49.92 119.9 -
System Red Green Blue C M Y K H S L
Decimal 128 172 1 0.26 0 0.99 0.33 75.44 0.99 0.34
Hex 80 AC 1 1A 0 63 21 4B 63 22
Octal 200 254 1 32 0 143 41 113 143 42
Binary 10000000 10101100 1 11010 0 1100011 100001 1001011 1100011 100010

Color Harmonies of #80AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC01

Black with #80AC01

Text Example


Text Example

White with #80AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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