#80A103

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

Shades of Lima #80A103

Tints of Lima #80A103

Color information

#80A103 (or 0x80A103) is unknown color: approx Lima. HEX triplet: 80, A1 and 03. RGB value is (128,161,3). Sum of RGB (Red+Green+Blue) = 128+161+3=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #80A103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A103 is #7F5EFC. Grayscale: #858585. Windows color (decimal): -8347389 or 237952. OLE color: 237952.

HSL color Cylindrical-coordinate representation of color #80A103: hue angle of 72.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80A103 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1281613-
CMYK0.2000.980.37
HSL72.53º96.34%32.16%-
HSV(B)72.53º98.14%63.14%-
XYZ21.6630.094.75-
YUV133.1254.57124.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=43.84%
G=55.14%
B=1.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12816130.2000.980.3772.5396.3432.16
Hex80A131406225496020
Octal20024132401424511114040
Binary100000001010000111101000110001010010110010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,161,3); }

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

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

 a { background-color: rgb(128,161,3); }

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

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

 span { border-color: rgb(128,161,3); }

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