Html Css Color HEX #80AE73 Amulet

📋 copy color: '#80AE73'

red 128 ◦ green 174 ◦ blue 115

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

Shades of Amulet #80AE73

Tints of Amulet #80AE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.73%

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 30.7%
G = 41.73%
B = 27.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#80AE73 (or 0x80AE73) is known color: Amulet. HEX triplet: 80, AE and 73. RGB value is (128,174,115). Sum of RGB (Red+Green+Blue) = 128+174+115=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE73 is #7F518C. Grayscale: #999999. Windows color (decimal): -8343949 or 7581312. OLE color: 7581312.

HSL color Cylindrical-coordinate representation of color #80AE73: hue angle of 106.78º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80AE73 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 115 -
CMYK 0.26 0 0.34 0.32
HSL 106.78º 0.27% 0.57% -
HSV(B) 106.78º 0.34% 0.68% -
XYZ 27.13 36.1 21.76 -
YUV 153.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 128 174 115 0.26 0 0.34 0.32 106.78 0.27 0.57
Hex 80 AE 73 1A 0 22 20 6B 1B 39
Octal 200 256 163 32 0 42 40 153 33 71
Binary 10000000 10101110 1110011 11010 0 100010 100000 1101011 11011 111001

Color Harmonies of #80AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE73

Black with #80AE73

Text Example


Text Example

White with #80AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,115); }

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

background-color css

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

 a { background-color: rgb(128,174,115); }

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

border-color css

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

 span { border-color: rgb(128,174,115); }

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