Html Css Color HEX #82AE20 Lima

📋 copy color: '#82AE20'

red 130 ◦ green 174 ◦ blue 32

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

Shades of Lima #82AE20

Tints of Lima #82AE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 38.69%
G = 51.79%
B = 9.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#82AE20 (or 0x82AE20) is known color: Lima. HEX triplet: 82, AE and 20. RGB value is (130,174,32). Sum of RGB (Red+Green+Blue) = 130+174+32=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AE20 is #7D51DF. Grayscale: #919191. Windows color (decimal): -8212960 or 2141826. OLE color: 2141826.

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

Color convert

RGB 130 174 32 -
CMYK 0.25 0 0.82 0.32
HSL 78.59º 0.69% 0.4% -
HSV(B) 78.59º 0.82% 0.68% -
XYZ 24.6 35.12 6.85 -
YUV 144.66 64.42 117.55 -
System Red Green Blue C M Y K H S L
Decimal 130 174 32 0.25 0 0.82 0.32 78.59 0.69 0.4
Hex 82 AE 20 19 0 52 20 4F 45 28
Octal 202 256 40 31 0 122 40 117 105 50
Binary 10000010 10101110 100000 11001 0 1010010 100000 1001111 1000101 101000

Color Harmonies of #82AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE20

Black with #82AE20

Text Example


Text Example

White with #82AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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