Html Css Color HEX #8AA37A Amulet

📋 copy color: '#8AA37A'

red 138 ◦ green 163 ◦ blue 122

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

Shades of Amulet #8AA37A

Tints of Amulet #8AA37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 32.62%
G = 38.53%
B = 28.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#8AA37A (or 0x8AA37A) is known color: Amulet. HEX triplet: 8A, A3 and 7A. RGB value is (138,163,122). Sum of RGB (Red+Green+Blue) = 138+163+122=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA37A is #755C85. Grayscale: #969696. Windows color (decimal): -7691398 or 8037258. OLE color: 8037258.

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

Color convert

RGB 138 163 122 -
CMYK 0.15 0 0.25 0.36
HSL 96.59º 0.18% 0.56% -
HSV(B) 96.59º 0.25% 0.64% -
XYZ 27.09 33 23.35 -
YUV 150.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 138 163 122 0.15 0 0.25 0.36 96.59 0.18 0.56
Hex 8A A3 7A F 0 19 24 61 12 38
Octal 212 243 172 17 0 31 44 141 22 70
Binary 10001010 10100011 1111010 1111 0 11001 100100 1100001 10010 111000

Color Harmonies of #8AA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA37A

Black with #8AA37A

Text Example


Text Example

White with #8AA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,163,122); }

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

background-color css

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

 a { background-color: rgb(138,163,122); }

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

border-color css

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

 span { border-color: rgb(138,163,122); }

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