Html Css Color HEX #80AC78 Amulet

📋 copy color: '#80AC78'

red 128 ◦ green 172 ◦ blue 120

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

Shades of Amulet #80AC78

Tints of Amulet #80AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 30.48%
G = 40.95%
B = 28.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#80AC78 (or 0x80AC78) is known color: Amulet. HEX triplet: 80, AC and 78. RGB value is (128,172,120). Sum of RGB (Red+Green+Blue) = 128+172+120=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC78 is #7F5387. Grayscale: #999999. Windows color (decimal): -8344456 or 7908480. OLE color: 7908480.

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

Color convert

RGB 128 172 120 -
CMYK 0.26 0 0.30 0.33
HSL 110.77º 0.24% 0.57% -
HSV(B) 110.77º 0.3% 0.67% -
XYZ 27.04 35.45 23.19 -
YUV 152.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 128 172 120 0.26 0 0.30 0.33 110.77 0.24 0.57
Hex 80 AC 78 1A 0 1E 21 6F 18 39
Octal 200 254 170 32 0 36 41 157 30 71
Binary 10000000 10101100 1111000 11010 0 11110 100001 1101111 11000 111001

Color Harmonies of #80AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC78

Black with #80AC78

Text Example


Text Example

White with #80AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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