Html Css Color HEX #84AE7E Amulet

📋 copy color: '#84AE7E'

red 132 ◦ green 174 ◦ blue 126

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

Shades of Amulet #84AE7E

Tints of Amulet #84AE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 30.56%
G = 40.28%
B = 29.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#84AE7E (or 0x84AE7E) is known color: Amulet. HEX triplet: 84, AE and 7E. RGB value is (132,174,126). Sum of RGB (Red+Green+Blue) = 132+174+126=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE7E is #7B5181. Grayscale: #9C9C9C. Windows color (decimal): -8081794 or 8302212. OLE color: 8302212.

HSL color Cylindrical-coordinate representation of color #84AE7E: hue angle of 112.5º 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 #84AE7E is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 174 126 -
CMYK 0.24 0 0.28 0.32
HSL 112.5º 0.23% 0.59% -
HSV(B) 112.5º 0.28% 0.68% -
XYZ 28.42 36.68 25.32 -
YUV 155.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 132 174 126 0.24 0 0.28 0.32 112.5 0.23 0.59
Hex 84 AE 7E 18 0 1C 20 70 17 3B
Octal 204 256 176 30 0 34 40 160 27 73
Binary 10000100 10101110 1111110 11000 0 11100 100000 1110000 10111 111011

Color Harmonies of #84AE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE7E

Black with #84AE7E

Text Example


Text Example

White with #84AE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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