Html Css Color HEX #82AE64 Asparagus

📋 copy color: '#82AE64'

red 130 ◦ green 174 ◦ blue 100

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

Shades of Asparagus #82AE64

Tints of Asparagus #82AE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.75%

R = 32.18%
G = 43.07%
B = 24.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#82AE64 (or 0x82AE64) is known color: Asparagus. HEX triplet: 82, AE and 64. RGB value is (130,174,100). Sum of RGB (Red+Green+Blue) = 130+174+100=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE64 is #7D519B. Grayscale: #989898. Windows color (decimal): -8212892 or 6598274. OLE color: 6598274.

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

Color convert

RGB 130 174 100 -
CMYK 0.25 0 0.43 0.32
HSL 95.68º 0.31% 0.54% -
HSV(B) 95.68º 0.43% 0.68% -
XYZ 26.64 35.94 17.59 -
YUV 152.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 130 174 100 0.25 0 0.43 0.32 95.68 0.31 0.54
Hex 82 AE 64 19 0 2B 20 60 1F 36
Octal 202 256 144 31 0 53 40 140 37 66
Binary 10000010 10101110 1100100 11001 0 101011 100000 1100000 11111 110110

Color Harmonies of #82AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE64

Black with #82AE64

Text Example


Text Example

White with #82AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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