Html Css Color HEX #80AC0E Lima

📋 copy color: '#80AC0E'

red 128 ◦ green 172 ◦ blue 14

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

Shades of Lima #80AC0E

Tints of Lima #80AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 40.76%
G = 54.78%
B = 4.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#80AC0E (or 0x80AC0E) is known color: Lima. HEX triplet: 80, AC and 0E. RGB value is (128,172,14). Sum of RGB (Red+Green+Blue) = 128+172+14=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC0E is #7F53F1. Grayscale: #8D8D8D. Windows color (decimal): -8344562 or 961664. OLE color: 961664.

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

Color convert

RGB 128 172 14 -
CMYK 0.26 0 0.92 0.33
HSL 76.71º 0.85% 0.36% -
HSV(B) 76.71º 0.92% 0.67% -
XYZ 23.73 34.13 5.75 -
YUV 140.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 128 172 14 0.26 0 0.92 0.33 76.71 0.85 0.36
Hex 80 AC E 1A 0 5C 21 4D 55 24
Octal 200 254 16 32 0 134 41 115 125 44
Binary 10000000 10101100 1110 11010 0 1011100 100001 1001101 1010101 100100

Color Harmonies of #80AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC0E

Black with #80AC0E

Text Example


Text Example

White with #80AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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