#80A209

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

Shades of Lima #80A209

Tints of Lima #80A209

Color information

#80A209 (or 0x80A209) is unknown color: approx Lima. HEX triplet: 80, A2 and 09. RGB value is (128,162,9). Sum of RGB (Red+Green+Blue) = 128+162+9=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #80A209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A209 is #7F5DF6. Grayscale: #868686. Windows color (decimal): -8347127 or 631424. OLE color: 631424.

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

Color convert

RGB1281629-
CMYK0.2100.940.36
HSL73.33º89.47%33.53%-
HSV(B)73.33º94.44%63.53%-
XYZ21.8730.454.98-
YUV134.3957.24123.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 9 (3.91% from 255) = 3.01%
R=42.81%
G=54.18%
B=3.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12816290.2100.940.3673.3389.4733.53
Hex80A291505E24495922
Octal200242112501364411113142
Binary10000000101000101001101010101111010010010010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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