#80AA3F

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

Shades of Sushi #80AA3F

Tints of Sushi #80AA3F

Color information

#80AA3F (or 0x80AA3F) is unknown color: approx Sushi. HEX triplet: 80, AA and 3F. RGB value is (128,170,63). Sum of RGB (Red+Green+Blue) = 128+170+63=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA3F is #7F55C0. Grayscale: #919191. Windows color (decimal): -8345025 or 4172416. OLE color: 4172416.

HSL color Cylindrical-coordinate representation of color #80AA3F: hue angle of 83.55º 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 #80AA3F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB12817063-
CMYK0.2500.630.33
HSL83.55º45.92%45.69%-
HSV(B)83.55º62.94%66.67%-
XYZ24.1733.79.93-
YUV145.2481.59115.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 63 (25% from 255) = 17.45%
R=35.46%
G=47.09%
B=17.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170630.2500.630.3383.5545.9245.69
Hex80AA3F1903F21542e2e
Octal2002527731077411245656
Binary10000000101010101111111100101111111000011010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,63); }

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

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

 a { background-color: rgb(128,170,63); }

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

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

 span { border-color: rgb(128,170,63); }

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