Html Css Color HEX #84AE7A Amulet

📋 copy color: '#84AE7A'

red 132 ◦ green 174 ◦ blue 122

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

Shades of Amulet #84AE7A

Tints of Amulet #84AE7A

RGB

 RED value IS 132 (51.95% from 255) = 30.84%

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

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

R = 30.84%
G = 40.65%
B = 28.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#84AE7A (or 0x84AE7A) is known color: Amulet. HEX triplet: 84, AE and 7A. RGB value is (132,174,122). Sum of RGB (Red+Green+Blue) = 132+174+122=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE7A is #7B5185. Grayscale: #9B9B9B. Windows color (decimal): -8081798 or 8040068. OLE color: 8040068.

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

Color convert

RGB 132 174 122 -
CMYK 0.24 0 0.30 0.32
HSL 108.46º 0.24% 0.58% -
HSV(B) 108.46º 0.3% 0.68% -
XYZ 28.16 36.58 23.99 -
YUV 155.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 132 174 122 0.24 0 0.30 0.32 108.46 0.24 0.58
Hex 84 AE 7A 18 0 1E 20 6C 18 3A
Octal 204 256 172 30 0 36 40 154 30 72
Binary 10000100 10101110 1111010 11000 0 11110 100000 1101100 11000 111010

Color Harmonies of #84AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE7A

Black with #84AE7A

Text Example


Text Example

White with #84AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AE7A; }

 p { color: rgb(132,174,122); }

 H1.HeaderClassName
 {
   color: #84AE7A;
 }
 .AnyTagClassName
 {
   color: #84AE7A;
 }
</style>

background-color css

<style>
 a { background-color: #84AE7A; }

 a { background-color: rgb(132,174,122); }

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

border-color css

<style>
 span { border-color: #84AE7A; }

 span { border-color: rgb(132,174,122); }

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