#80AE35

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

Shades of Sushi #80AE35

Tints of Sushi #80AE35

Color information

#80AE35 (or 0x80AE35) is unknown color: approx Sushi. HEX triplet: 80, AE and 35. RGB value is (128,174,53). Sum of RGB (Red+Green+Blue) = 128+174+53=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE35 is #7F51CA. Grayscale: #929292. Windows color (decimal): -8344011 or 3518080. OLE color: 3518080.

HSL color Cylindrical-coordinate representation of color #80AE35: hue angle of 82.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80AE35 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB12817453-
CMYK0.2600.700.32
HSL82.81º53.3%44.51%-
HSV(B)82.81º69.54%68.24%-
XYZ24.6835.128.85-
YUV146.4575.26114.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=36.06%
G=49.01%
B=14.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174530.2600.700.3282.8153.344.51
Hex80AE351A0462053352d
Octal20025665320106401236555
Binary100000001010111011010111010010001101000001010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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