Html Css Color HEX #82AD7C Amulet

📋 copy color: '#82AD7C'

red 130 ◦ green 173 ◦ blue 124

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

Shades of Amulet #82AD7C

Tints of Amulet #82AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 30.44%
G = 40.52%
B = 29.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#82AD7C (or 0x82AD7C) is known color: Amulet. HEX triplet: 82, AD and 7C. RGB value is (130,173,124). Sum of RGB (Red+Green+Blue) = 130+173+124=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD7C is #7D5283. Grayscale: #9A9A9A. Windows color (decimal): -8213124 or 8170882. OLE color: 8170882.

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

Color convert

RGB 130 173 124 -
CMYK 0.25 0 0.28 0.32
HSL 112.65º 0.23% 0.58% -
HSV(B) 112.65º 0.28% 0.68% -
XYZ 27.79 36.09 24.57 -
YUV 154.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 130 173 124 0.25 0 0.28 0.32 112.65 0.23 0.58
Hex 82 AD 7C 19 0 1C 20 71 17 3A
Octal 202 255 174 31 0 34 40 161 27 72
Binary 10000010 10101101 1111100 11001 0 11100 100000 1110001 10111 111010

Color Harmonies of #82AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD7C

Black with #82AD7C

Text Example


Text Example

White with #82AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,124); }

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

background-color css

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

 a { background-color: rgb(130,173,124); }

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

border-color css

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

 span { border-color: rgb(130,173,124); }

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