Html Css Color HEX #8AAE7D Amulet

📋 copy color: '#8AAE7D'

red 138 ◦ green 174 ◦ blue 125

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

Shades of Amulet #8AAE7D

Tints of Amulet #8AAE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

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

R = 31.58%
G = 39.82%
B = 28.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#8AAE7D (or 0x8AAE7D) is known color: Amulet. HEX triplet: 8A, AE and 7D. RGB value is (138,174,125). Sum of RGB (Red+Green+Blue) = 138+174+125=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE7D is #755182. Grayscale: #9D9D9D. Windows color (decimal): -7688579 or 8236682. OLE color: 8236682.

HSL color Cylindrical-coordinate representation of color #8AAE7D: hue angle of 104.08º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAE7D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 125 -
CMYK 0.21 0 0.28 0.32
HSL 104.08º 0.23% 0.59% -
HSV(B) 104.08º 0.28% 0.68% -
XYZ 29.32 37.16 25.03 -
YUV 157.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 138 174 125 0.21 0 0.28 0.32 104.08 0.23 0.59
Hex 8A AE 7D 15 0 1C 20 68 17 3B
Octal 212 256 175 25 0 34 40 150 27 73
Binary 10001010 10101110 1111101 10101 0 11100 100000 1101000 10111 111011

Color Harmonies of #8AAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE7D

Black with #8AAE7D

Text Example


Text Example

White with #8AAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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