#80A71E

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

Shades of Lima #80A71E

Tints of Lima #80A71E

Color information

#80A71E (or 0x80A71E) is unknown color: approx Lima. HEX triplet: 80, A7 and 1E. RGB value is (128,167,30). Sum of RGB (Red+Green+Blue) = 128+167+30=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #80A71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A71E is #7F58E1. Grayscale: #8C8C8C. Windows color (decimal): -8345826 or 2008960. OLE color: 2008960.

HSL color Cylindrical-coordinate representation of color #80A71E: hue angle of 77.08º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80A71E is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12816730-
CMYK0.2300.820.35
HSL77.08º69.54%38.63%-
HSV(B)77.08º82.04%65.49%-
XYZ22.9632.326.26-
YUV139.7266.08119.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 167 (65.62% from 255) = 51.38%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=39.38%
G=51.38%
B=9.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128167300.2300.820.3577.0869.5438.63
Hex80A71E17052234d4627
Octal200247362701224311510647
Binary100000001010011111110101110101001010001110011011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,167,30); }

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

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

 a { background-color: rgb(128,167,30); }

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

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

 span { border-color: rgb(128,167,30); }

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