#80A203

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

Shades of Lima #80A203

Tints of Lima #80A203

Color information

#80A203 (or 0x80A203) is unknown color: approx Lima. HEX triplet: 80, A2 and 03. RGB value is (128,162,3). Sum of RGB (Red+Green+Blue) = 128+162+3=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #80A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A203 is #7F5DFC. Grayscale: #868686. Windows color (decimal): -8347133 or 238208. OLE color: 238208.

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

Color convert

RGB1281623-
CMYK0.2100.980.36
HSL72.83º96.36%32.35%-
HSV(B)72.83º98.15%63.53%-
XYZ21.8430.444.81-
YUV133.7154.24123.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 162 (63.67% from 255) = 55.29%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=43.69%
G=55.29%
B=1.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12816230.2100.980.3672.8396.3632.35
Hex80A231506224496020
Octal20024232501424411114040
Binary100000001010001011101010110001010010010010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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