Html Css Color HEX #80AC3C Sushi

📋 copy color: '#80AC3C'

red 128 ◦ green 172 ◦ blue 60

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

Shades of Sushi #80AC3C

Tints of Sushi #80AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.78%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 35.56%
G = 47.78%
B = 16.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#80AC3C (or 0x80AC3C) is known color: Sushi. HEX triplet: 80, AC and 3C. RGB value is (128,172,60). Sum of RGB (Red+Green+Blue) = 128+172+60=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC3C is #7F53C3. Grayscale: #929292. Windows color (decimal): -8344516 or 3976320. OLE color: 3976320.

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

Color convert

RGB 128 172 60 -
CMYK 0.26 0 0.65 0.33
HSL 83.57º 0.48% 0.45% -
HSV(B) 83.57º 0.65% 0.67% -
XYZ 24.47 34.42 9.63 -
YUV 146.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 128 172 60 0.26 0 0.65 0.33 83.57 0.48 0.45
Hex 80 AC 3C 1A 0 41 21 54 30 2D
Octal 200 254 74 32 0 101 41 124 60 55
Binary 10000000 10101100 111100 11010 0 1000001 100001 1010100 110000 101101

Color Harmonies of #80AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC3C

Black with #80AC3C

Text Example


Text Example

White with #80AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,60); }

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

background-color css

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

 a { background-color: rgb(128,172,60); }

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

border-color css

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

 span { border-color: rgb(128,172,60); }

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