Html Css Color HEX #8AAC7D Amulet

📋 copy color: '#8AAC7D'

red 138 ◦ green 172 ◦ blue 125

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

Shades of Amulet #8AAC7D

Tints of Amulet #8AAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 31.72%
G = 39.54%
B = 28.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#8AAC7D (or 0x8AAC7D) is known color: Amulet. HEX triplet: 8A, AC and 7D. RGB value is (138,172,125). Sum of RGB (Red+Green+Blue) = 138+172+125=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC7D is #755382. Grayscale: #9C9C9C. Windows color (decimal): -7689091 or 8236170. OLE color: 8236170.

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

Color convert

RGB 138 172 125 -
CMYK 0.20 0 0.27 0.33
HSL 103.4º 0.22% 0.58% -
HSV(B) 103.4º 0.27% 0.67% -
XYZ 28.94 36.39 24.9 -
YUV 156.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 138 172 125 0.20 0 0.27 0.33 103.4 0.22 0.58
Hex 8A AC 7D 14 0 1B 21 67 16 3A
Octal 212 254 175 24 0 33 41 147 26 72
Binary 10001010 10101100 1111101 10100 0 11011 100001 1100111 10110 111010

Color Harmonies of #8AAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC7D

Black with #8AAC7D

Text Example


Text Example

White with #8AAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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