Html Css Color HEX #82AE76 Amulet

📋 copy color: '#82AE76'

red 130 ◦ green 174 ◦ blue 118

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

Shades of Amulet #82AE76

Tints of Amulet #82AE76

RGB

 RED value IS 130 (51.17% from 255) = 30.81%

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

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 30.81%
G = 41.23%
B = 27.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#82AE76 (or 0x82AE76) is known color: Amulet. HEX triplet: 82, AE and 76. RGB value is (130,174,118). Sum of RGB (Red+Green+Blue) = 130+174+118=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE76 is #7D5189. Grayscale: #9A9A9A. Windows color (decimal): -8212874 or 7777922. OLE color: 7777922.

HSL color Cylindrical-coordinate representation of color #82AE76: hue angle of 107.14º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AE76 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 174 118 -
CMYK 0.25 0 0.32 0.32
HSL 107.14º 0.26% 0.57% -
HSV(B) 107.14º 0.32% 0.68% -
XYZ 27.61 36.33 22.7 -
YUV 154.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 130 174 118 0.25 0 0.32 0.32 107.14 0.26 0.57
Hex 82 AE 76 19 0 20 20 6B 1A 39
Octal 202 256 166 31 0 40 40 153 32 71
Binary 10000010 10101110 1110110 11001 0 100000 100000 1101011 11010 111001

Color Harmonies of #82AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE76

Black with #82AE76

Text Example


Text Example

White with #82AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AE76; }

 p { color: rgb(130,174,118); }

 H1.HeaderClassName
 {
   color: #82AE76;
 }
 .AnyTagClassName
 {
   color: #82AE76;
 }
</style>

background-color css

<style>
 a { background-color: #82AE76; }

 a { background-color: rgb(130,174,118); }

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

border-color css

<style>
 span { border-color: #82AE76; }

 span { border-color: rgb(130,174,118); }

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