#80AC2F

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

Shades of Sushi #80AC2F

Tints of Sushi #80AC2F

Color information

#80AC2F (or 0x80AC2F) is unknown color: approx Sushi. HEX triplet: 80, AC and 2F. RGB value is (128,172,47). Sum of RGB (Red+Green+Blue) = 128+172+47=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC2F is #7F53D0. Grayscale: #919191. Windows color (decimal): -8344529 or 3124352. OLE color: 3124352.

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

Color convert

RGB12817247-
CMYK0.2600.730.33
HSL81.12º57.08%42.94%-
HSV(B)81.12º72.67%67.45%-
XYZ24.1734.38.04-
YUV144.5972.92116.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=36.89%
G=49.57%
B=13.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172470.2600.730.3381.1257.0842.94
Hex80AC2F1A0492151392b
Octal20025457320111411217153
Binary100000001010110010111111010010010011000011010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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