Html Css Color HEX #82AD7D Amulet

📋 copy color: '#82AD7D'

red 130 ◦ green 173 ◦ blue 125

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

Shades of Amulet #82AD7D

Tints of Amulet #82AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 30.37%
G = 40.42%
B = 29.21%

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

#82AD7D (or 0x82AD7D) is known color: Amulet. HEX triplet: 82, AD and 7D. RGB value is (130,173,125). Sum of RGB (Red+Green+Blue) = 130+173+125=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD7D is #7D5282. Grayscale: #9A9A9A. Windows color (decimal): -8213123 or 8236418. OLE color: 8236418.

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

Color convert

RGB 130 173 125 -
CMYK 0.25 0 0.28 0.32
HSL 113.75º 0.23% 0.58% -
HSV(B) 113.75º 0.28% 0.68% -
XYZ 27.85 36.11 24.9 -
YUV 154.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 130 173 125 0.25 0 0.28 0.32 113.75 0.23 0.58
Hex 82 AD 7D 19 0 1C 20 72 17 3A
Octal 202 255 175 31 0 34 40 162 27 72
Binary 10000010 10101101 1111101 11001 0 11100 100000 1110010 10111 111010

Color Harmonies of #82AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD7D

Black with #82AD7D

Text Example


Text Example

White with #82AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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