#80A22F

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

Shades of Sushi #80A22F

Tints of Sushi #80A22F

Color information

#80A22F (or 0x80A22F) is unknown color: approx Sushi. HEX triplet: 80, A2 and 2F. RGB value is (128,162,47). Sum of RGB (Red+Green+Blue) = 128+162+47=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #80A22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A22F is #7F5DD0. Grayscale: #8B8B8B. Windows color (decimal): -8347089 or 3121792. OLE color: 3121792.

HSL color Cylindrical-coordinate representation of color #80A22F: hue angle of 77.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80A22F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB12816247-
CMYK0.2100.710.36
HSL77.74º55.02%40.98%-
HSV(B)77.74º70.99%63.53%-
XYZ22.3430.647.43-
YUV138.7276.24120.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=37.98%
G=48.07%
B=13.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162470.2100.710.3677.7455.0240.98
Hex80A22F15047244e3729
Octal20024257250107441166751
Binary100000001010001010111110101010001111001001001110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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