#80ac40

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

Shades of Sushi #80AC40

Tints of Sushi #80AC40

Color information

#80AC40 (or 0x80AC40) is unknown color: approx Sushi. HEX triplet: 80, AC and 40. RGB value is (128,172,64). Sum of RGB (Red+Green+Blue) = 128+172+64=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC40 is #7F53BF. Grayscale: #929292. Windows color (decimal): -8344512 or 4238464. OLE color: 4238464.

HSL color Cylindrical-coordinate representation of color #80AC40: hue angle of 84.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80AC40 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB12817264-
CMYK0.2600.630.33
HSL84.44º45.76%46.27%-
HSV(B)84.44º62.79%67.45%-
XYZ24.5834.4610.21-
YUV146.5381.42114.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=35.16%
G=47.25%
B=17.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172640.2600.630.3384.4445.7646.27
Hex80AC401A03F21542e2e
Octal20025410032077411245656
Binary100000001010110010000001101001111111000011010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ac40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,64); }

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

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

 a { background-color: rgb(128,172,64); }

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

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

 span { border-color: rgb(128,172,64); }

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