Html Css Color HEX #8AA478 Amulet

📋 copy color: '#8AA478'

red 138 ◦ green 164 ◦ blue 120

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

Shades of Amulet #8AA478

Tints of Amulet #8AA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 32.7%
G = 38.86%
B = 28.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#8AA478 (or 0x8AA478) is known color: Amulet. HEX triplet: 8A, A4 and 78. RGB value is (138,164,120). Sum of RGB (Red+Green+Blue) = 138+164+120=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA478 is #755B87. Grayscale: #979797. Windows color (decimal): -7691144 or 7906442. OLE color: 7906442.

HSL color Cylindrical-coordinate representation of color #8AA478: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA478 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 120 -
CMYK 0.16 0 0.27 0.36
HSL 95.45º 0.19% 0.56% -
HSV(B) 95.45º 0.27% 0.64% -
XYZ 27.15 33.31 22.77 -
YUV 151.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 138 164 120 0.16 0 0.27 0.36 95.45 0.19 0.56
Hex 8A A4 78 10 0 1B 24 5F 13 38
Octal 212 244 170 20 0 33 44 137 23 70
Binary 10001010 10100100 1111000 10000 0 11011 100100 1011111 10011 111000

Color Harmonies of #8AA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA478

Black with #8AA478

Text Example


Text Example

White with #8AA478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,120); }

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

background-color css

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

 a { background-color: rgb(138,164,120); }

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

border-color css

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

 span { border-color: rgb(138,164,120); }

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