#80A90E

Color #80A90E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80A90E

Tints of Lima #80A90E

Color information

#80A90E (or 0x80A90E) is unknown color: approx Lima. HEX triplet: 80, A9 and 0E. RGB value is (128,169,14). Sum of RGB (Red+Green+Blue) = 128+169+14=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #80A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A90E is #7F56F1. Grayscale: #8B8B8B. Windows color (decimal): -8345330 or 960896. OLE color: 960896.

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

Color convert

RGB12816914-
CMYK0.2400.920.34
HSL75.87º84.7%35.88%-
HSV(B)75.87º91.72%66.27%-
XYZ23.17335.56-
YUV139.0757.42120.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 169 (66.41% from 255) = 54.34%
BLUE value IS 14 (5.86% from 255) = 4.50%
R=41.16%
G=54.34%
B=4.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128169140.2400.920.3475.8784.735.88
Hex80A9E1805C224c5524
Octal200251163001344211412544
Binary10000000101010011110110000101110010001010011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80A90E;
 }
 .AnyTagClassName
 {
   color: #80A90E;
 }
</style>
background-color css

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

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

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

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

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

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