#80A43A

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

Shades of Sushi #80A43A

Tints of Sushi #80A43A

Color information

#80A43A (or 0x80A43A) is unknown color: approx Sushi. HEX triplet: 80, A4 and 3A. RGB value is (128,164,58). Sum of RGB (Red+Green+Blue) = 128+164+58=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #80A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A43A is #7F5BC5. Grayscale: #8D8D8D. Windows color (decimal): -8346566 or 3843200. OLE color: 3843200.

HSL color Cylindrical-coordinate representation of color #80A43A: hue angle of 80.38º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80A43A is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB12816458-
CMYK0.2200.650.36
HSL80.38º47.75%43.53%-
HSV(B)80.38º64.63%64.31%-
XYZ22.9431.458.86-
YUV141.1581.07118.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 164 (64.45% from 255) = 46.86%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=36.57%
G=46.86%
B=16.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164580.2200.650.3680.3847.7543.53
Hex80A43A160412450302c
Octal20024472260101441206054
Binary100000001010010011101010110010000011001001010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,58); }

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

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

 a { background-color: rgb(128,164,58); }

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

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

 span { border-color: rgb(128,164,58); }

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