Html Css Color HEX #8AAC7C Amulet

📋 copy color: '#8AAC7C'

red 138 ◦ green 172 ◦ blue 124

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

Shades of Amulet #8AAC7C

Tints of Amulet #8AAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 31.8%
G = 39.63%
B = 28.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#8AAC7C (or 0x8AAC7C) is known color: Amulet. HEX triplet: 8A, AC and 7C. RGB value is (138,172,124). Sum of RGB (Red+Green+Blue) = 138+172+124=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC7C is #755383. Grayscale: #9C9C9C. Windows color (decimal): -7689092 or 8170634. OLE color: 8170634.

HSL color Cylindrical-coordinate representation of color #8AAC7C: hue angle of 102.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAC7C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 124 -
CMYK 0.20 0 0.28 0.33
HSL 102.5º 0.22% 0.58% -
HSV(B) 102.5º 0.28% 0.67% -
XYZ 28.87 36.36 24.57 -
YUV 156.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 138 172 124 0.20 0 0.28 0.33 102.5 0.22 0.58
Hex 8A AC 7C 14 0 1C 21 66 16 3A
Octal 212 254 174 24 0 34 41 146 26 72
Binary 10001010 10101100 1111100 10100 0 11100 100001 1100110 10110 111010

Color Harmonies of #8AAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC7C

Black with #8AAC7C

Text Example


Text Example

White with #8AAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,124); }

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

background-color css

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

 a { background-color: rgb(138,172,124); }

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

border-color css

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

 span { border-color: rgb(138,172,124); }

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