#80A202

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

Shades of Lima #80A202

Tints of Lima #80A202

Color information

#80A202 (or 0x80A202) is unknown color: approx Lima. HEX triplet: 80, A2 and 02. RGB value is (128,162,2). Sum of RGB (Red+Green+Blue) = 128+162+2=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #80A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A202 is #7F5DFD. Grayscale: #868686. Windows color (decimal): -8347134 or 172672. OLE color: 172672.

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

Color convert

RGB1281622-
CMYK0.2100.990.36
HSL72.75º97.56%32.16%-
HSV(B)72.75º98.77%63.53%-
XYZ21.8330.434.78-
YUV133.5953.74124.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 162 (63.67% from 255) = 55.48%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=43.84%
G=55.48%
B=0.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12816220.2100.990.3672.7597.5632.16
Hex80A221506324496220
Octal20024222501434411114240
Binary100000001010001010101010110001110010010010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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