Html Css Color HEX #80A240 Sushi

📋 copy color: '#80A240'

red 128 ◦ green 162 ◦ blue 64

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

Shades of Sushi #80A240

Tints of Sushi #80A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

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

R = 36.16%
G = 45.76%
B = 18.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#80A240 (or 0x80A240) is known color: Sushi. HEX triplet: 80, A2 and 40. RGB value is (128,162,64). Sum of RGB (Red+Green+Blue) = 128+162+64=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #80A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A240 is #7F5DBF. Grayscale: #8D8D8D. Windows color (decimal): -8347072 or 4235904. OLE color: 4235904.

HSL color Cylindrical-coordinate representation of color #80A240: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80A240 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 64 -
CMYK 0.21 0 0.60 0.36
HSL 80.82º 0.43% 0.44% -
HSV(B) 80.82º 0.6% 0.64% -
XYZ 22.75 30.8 9.6 -
YUV 140.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 128 162 64 0.21 0 0.60 0.36 80.82 0.43 0.44
Hex 80 A2 40 15 0 3C 24 51 2B 2C
Octal 200 242 100 25 0 74 44 121 53 54
Binary 10000000 10100010 1000000 10101 0 111100 100100 1010001 101011 101100

Color Harmonies of #80A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A240

Black with #80A240

Text Example


Text Example

White with #80A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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