Html Css Color HEX #80AA2E Sushi

📋 copy color: '#80AA2E'

red 128 ◦ green 170 ◦ blue 46

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

Shades of Sushi #80AA2E

Tints of Sushi #80AA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.37%

R = 37.21%
G = 49.42%
B = 13.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#80AA2E (or 0x80AA2E) is known color: Sushi. HEX triplet: 80, AA and 2E. RGB value is (128,170,46). Sum of RGB (Red+Green+Blue) = 128+170+46=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA2E is #7F55D1. Grayscale: #8F8F8F. Windows color (decimal): -8345042 or 3058304. OLE color: 3058304.

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

Color convert

RGB 128 170 46 -
CMYK 0.25 0 0.73 0.33
HSL 80.32º 0.57% 0.42% -
HSV(B) 80.32º 0.73% 0.67% -
XYZ 23.77 33.54 7.81 -
YUV 143.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 128 170 46 0.25 0 0.73 0.33 80.32 0.57 0.42
Hex 80 AA 2E 19 0 49 21 50 39 2A
Octal 200 252 56 31 0 111 41 120 71 52
Binary 10000000 10101010 101110 11001 0 1001001 100001 1010000 111001 101010

Color Harmonies of #80AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA2E

Black with #80AA2E

Text Example


Text Example

White with #80AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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