Html Css Color HEX #82A97F Amulet

📋 copy color: '#82A97F'

red 130 ◦ green 169 ◦ blue 127

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

Shades of Amulet #82A97F

Tints of Amulet #82A97F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 30.52%
G = 39.67%
B = 29.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#82A97F (or 0x82A97F) is known color: Amulet. HEX triplet: 82, A9 and 7F. RGB value is (130,169,127). Sum of RGB (Red+Green+Blue) = 130+169+127=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #82A97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A97F is #7D5680. Grayscale: #989898. Windows color (decimal): -8214145 or 8366466. OLE color: 8366466.

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

Color convert

RGB 130 169 127 -
CMYK 0.23 0 0.25 0.34
HSL 115.71º 0.2% 0.58% -
HSV(B) 115.71º 0.25% 0.66% -
XYZ 27.22 34.65 25.33 -
YUV 152.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 130 169 127 0.23 0 0.25 0.34 115.71 0.2 0.58
Hex 82 A9 7F 17 0 19 22 74 14 3A
Octal 202 251 177 27 0 31 42 164 24 72
Binary 10000010 10101001 1111111 10111 0 11001 100010 1110100 10100 111010

Color Harmonies of #82A97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A97F

Black with #82A97F

Text Example


Text Example

White with #82A97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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