Html Css Color HEX #80AC68 Amulet

📋 copy color: '#80AC68'

red 128 ◦ green 172 ◦ blue 104

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

Shades of Amulet #80AC68

Tints of Amulet #80AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 31.68%
G = 42.57%
B = 25.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#80AC68 (or 0x80AC68) is known color: Amulet. HEX triplet: 80, AC and 68. RGB value is (128,172,104). Sum of RGB (Red+Green+Blue) = 128+172+104=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC68 is #7F5397. Grayscale: #979797. Windows color (decimal): -8344472 or 6859904. OLE color: 6859904.

HSL color Cylindrical-coordinate representation of color #80AC68: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AC68 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 104 -
CMYK 0.26 0 0.40 0.33
HSL 98.82º 0.29% 0.54% -
HSV(B) 98.82º 0.4% 0.67% -
XYZ 26.15 35.09 18.49 -
YUV 151.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 128 172 104 0.26 0 0.40 0.33 98.82 0.29 0.54
Hex 80 AC 68 1A 0 28 21 63 1D 36
Octal 200 254 150 32 0 50 41 143 35 66
Binary 10000000 10101100 1101000 11010 0 101000 100001 1100011 11101 110110

Color Harmonies of #80AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC68

Black with #80AC68

Text Example


Text Example

White with #80AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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