Html Css Color HEX #80AA40 Sushi

📋 copy color: '#80AA40'

red 128 ◦ green 170 ◦ blue 64

#80AA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #80AA40

Tints of Sushi #80AA40

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

 GREEN value IS 170 (66.8% from 255) = 46.96%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 35.36%
G = 46.96%
B = 17.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#80AA40 (or 0x80AA40) is known color: Sushi. HEX triplet: 80, AA and 40. RGB value is (128,170,64). Sum of RGB (Red+Green+Blue) = 128+170+64=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA40 is #7F55BF. Grayscale: #919191. Windows color (decimal): -8345024 or 4237952. OLE color: 4237952.

HSL color Cylindrical-coordinate representation of color #80AA40: hue angle of 83.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80AA40 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 64 -
CMYK 0.25 0 0.62 0.33
HSL 83.77º 0.45% 0.46% -
HSV(B) 83.77º 0.62% 0.67% -
XYZ 24.2 33.71 10.08 -
YUV 145.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 128 170 64 0.25 0 0.62 0.33 83.77 0.45 0.46
Hex 80 AA 40 19 0 3E 21 54 2D 2E
Octal 200 252 100 31 0 76 41 124 55 56
Binary 10000000 10101010 1000000 11001 0 111110 100001 1010100 101101 101110

Color Harmonies of #80AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA40

Black with #80AA40

Text Example


Text Example

White with #80AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AA40;
 }
 .AnyTagClassName
 {
   color: #80AA40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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