#80AE32

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

Shades of Sushi #80AE32

Tints of Sushi #80AE32

Color information

#80AE32 (or 0x80AE32) is unknown color: approx Sushi. HEX triplet: 80, AE and 32. RGB value is (128,174,50). Sum of RGB (Red+Green+Blue) = 128+174+50=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE32 is #7F51CD. Grayscale: #929292. Windows color (decimal): -8344014 or 3321472. OLE color: 3321472.

HSL color Cylindrical-coordinate representation of color #80AE32: hue angle of 82.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80AE32 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB12817450-
CMYK0.2600.710.32
HSL82.26º55.36%43.92%-
HSV(B)82.26º71.26%68.24%-
XYZ24.6135.098.49-
YUV146.1173.76115.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=36.36%
G=49.43%
B=14.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174500.2600.710.3282.2655.3643.92
Hex80AE321A0472052372c
Octal20025662320107401226754
Binary100000001010111011001011010010001111000001010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,174,50); }

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

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

 a { background-color: rgb(128,174,50); }

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

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

 span { border-color: rgb(128,174,50); }

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