Html Css Color HEX #80AC2F Sushi

📋 copy color: '#80AC2F'

red 128 ◦ green 172 ◦ blue 47

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

Shades of Sushi #80AC2F

Tints of Sushi #80AC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 36.89%
G = 49.57%
B = 13.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#80AC2F (or 0x80AC2F) is known color: Sushi. HEX triplet: 80, AC and 2F. RGB value is (128,172,47). Sum of RGB (Red+Green+Blue) = 128+172+47=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC2F is #7F53D0. Grayscale: #919191. Windows color (decimal): -8344529 or 3124352. OLE color: 3124352.

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

Color convert

RGB 128 172 47 -
CMYK 0.26 0 0.73 0.33
HSL 81.12º 0.57% 0.43% -
HSV(B) 81.12º 0.73% 0.67% -
XYZ 24.17 34.3 8.04 -
YUV 144.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 128 172 47 0.26 0 0.73 0.33 81.12 0.57 0.43
Hex 80 AC 2F 1A 0 49 21 51 39 2B
Octal 200 254 57 32 0 111 41 121 71 53
Binary 10000000 10101100 101111 11010 0 1001001 100001 1010001 111001 101011

Color Harmonies of #80AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC2F

Black with #80AC2F

Text Example


Text Example

White with #80AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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