Html Css Color HEX #80AE69 Amulet

📋 copy color: '#80AE69'

red 128 ◦ green 174 ◦ blue 105

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

Shades of Amulet #80AE69

Tints of Amulet #80AE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 31.45%
G = 42.75%
B = 25.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#80AE69 (or 0x80AE69) is known color: Amulet. HEX triplet: 80, AE and 69. RGB value is (128,174,105). Sum of RGB (Red+Green+Blue) = 128+174+105=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE69 is #7F5196. Grayscale: #989898. Windows color (decimal): -8343959 or 6925952. OLE color: 6925952.

HSL color Cylindrical-coordinate representation of color #80AE69: hue angle of 100º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AE69 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 105 -
CMYK 0.26 0 0.40 0.32
HSL 100º 0.3% 0.55% -
HSV(B) 100º 0.4% 0.68% -
XYZ 26.59 35.88 18.89 -
YUV 152.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 128 174 105 0.26 0 0.40 0.32 100 0.3 0.55
Hex 80 AE 69 1A 0 28 20 64 1E 37
Octal 200 256 151 32 0 50 40 144 36 67
Binary 10000000 10101110 1101001 11010 0 101000 100000 1100100 11110 110111

Color Harmonies of #80AE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE69

Black with #80AE69

Text Example


Text Example

White with #80AE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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