Html Css Color HEX #8AAE7B Amulet

📋 copy color: '#8AAE7B'

red 138 ◦ green 174 ◦ blue 123

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

Shades of Amulet #8AAE7B

Tints of Amulet #8AAE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 31.72%
G = 40%
B = 28.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#8AAE7B (or 0x8AAE7B) is known color: Amulet. HEX triplet: 8A, AE and 7B. RGB value is (138,174,123). Sum of RGB (Red+Green+Blue) = 138+174+123=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE7B is #755184. Grayscale: #9D9D9D. Windows color (decimal): -7688581 or 8105610. OLE color: 8105610.

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

Color convert

RGB 138 174 123 -
CMYK 0.21 0 0.29 0.32
HSL 102.35º 0.24% 0.58% -
HSV(B) 102.35º 0.29% 0.68% -
XYZ 29.19 37.11 24.36 -
YUV 157.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 138 174 123 0.21 0 0.29 0.32 102.35 0.24 0.58
Hex 8A AE 7B 15 0 1D 20 66 18 3A
Octal 212 256 173 25 0 35 40 146 30 72
Binary 10001010 10101110 1111011 10101 0 11101 100000 1100110 11000 111010

Color Harmonies of #8AAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE7B

Black with #8AAE7B

Text Example


Text Example

White with #8AAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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