Html Css Color HEX #82AC7F Amulet

📋 copy color: '#82AC7F'

red 130 ◦ green 172 ◦ blue 127

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

Shades of Amulet #82AC7F

Tints of Amulet #82AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 30.3%
G = 40.09%
B = 29.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#82AC7F (or 0x82AC7F) is known color: Amulet. HEX triplet: 82, AC and 7F. RGB value is (130,172,127). Sum of RGB (Red+Green+Blue) = 130+172+127=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC7F is #7D5380. Grayscale: #9A9A9A. Windows color (decimal): -8213377 or 8367234. OLE color: 8367234.

HSL color Cylindrical-coordinate representation of color #82AC7F: hue angle of 116º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AC7F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 127 -
CMYK 0.24 0 0.26 0.33
HSL 116º 0.21% 0.59% -
HSV(B) 116º 0.26% 0.67% -
XYZ 27.79 35.78 25.52 -
YUV 154.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 130 172 127 0.24 0 0.26 0.33 116 0.21 0.59
Hex 82 AC 7F 18 0 1A 21 74 15 3B
Octal 202 254 177 30 0 32 41 164 25 73
Binary 10000010 10101100 1111111 11000 0 11010 100001 1110100 10101 111011

Color Harmonies of #82AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC7F

Black with #82AC7F

Text Example


Text Example

White with #82AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,127); }

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

background-color css

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

 a { background-color: rgb(130,172,127); }

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

border-color css

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

 span { border-color: rgb(130,172,127); }

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