#80A813

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

Shades of Lima #80A813

Tints of Lima #80A813

Color information

#80A813 (or 0x80A813) is unknown color: approx Lima. HEX triplet: 80, A8 and 13. RGB value is (128,168,19). Sum of RGB (Red+Green+Blue) = 128+168+19=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #80A813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A813 is #7F57EC. Grayscale: #8B8B8B. Windows color (decimal): -8345581 or 1288320. OLE color: 1288320.

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

Color convert

RGB12816819-
CMYK0.2400.890.34
HSL76.11º79.68%36.67%-
HSV(B)76.11º88.69%65.88%-
XYZ23.0232.645.7-
YUV139.0560.25120.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=40.63%
G=53.33%
B=6.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128168190.2400.890.3476.1179.6836.67
Hex80A81318059224c5025
Octal200250233001314211412045
Binary100000001010100010011110000101100110001010011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,168,19); }

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

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

 a { background-color: rgb(128,168,19); }

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

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

 span { border-color: rgb(128,168,19); }

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