Html Css Color HEX #8AA980 Amulet

📋 copy color: '#8AA980'

red 138 ◦ green 169 ◦ blue 128

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

Shades of Amulet #8AA980

Tints of Amulet #8AA980

RGB

 RED value IS 138 (54.3% from 255) = 31.72%

 GREEN value IS 169 (66.41% from 255) = 38.85%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 31.72%
G = 38.85%
B = 29.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#8AA980 (or 0x8AA980) is known color: Amulet. HEX triplet: 8A, A9 and 80. RGB value is (138,169,128). Sum of RGB (Red+Green+Blue) = 138+169+128=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA980 is #75567F. Grayscale: #9B9B9B. Windows color (decimal): -7689856 or 8432010. OLE color: 8432010.

HSL color Cylindrical-coordinate representation of color #8AA980: hue angle of 105.37º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA980 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 138 169 128 -
CMYK 0.18 0 0.24 0.34
HSL 105.37º 0.19% 0.58% -
HSV(B) 105.37º 0.24% 0.66% -
XYZ 28.57 35.34 25.74 -
YUV 155.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 138 169 128 0.18 0 0.24 0.34 105.37 0.19 0.58
Hex 8A A9 80 12 0 18 22 69 13 3A
Octal 212 251 200 22 0 30 42 151 23 72
Binary 10001010 10101001 10000000 10010 0 11000 100010 1101001 10011 111010

Color Harmonies of #8AA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA980

Black with #8AA980

Text Example


Text Example

White with #8AA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA980; }

 p { color: rgb(138,169,128); }

 H1.HeaderClassName
 {
   color: #8AA980;
 }
 .AnyTagClassName
 {
   color: #8AA980;
 }
</style>

background-color css

<style>
 a { background-color: #8AA980; }

 a { background-color: rgb(138,169,128); }

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

border-color css

<style>
 span { border-color: #8AA980; }

 span { border-color: rgb(138,169,128); }

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