Html Css Color HEX #82A41A Lima

📋 copy color: '#82A41A'

red 130 ◦ green 164 ◦ blue 26

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

Shades of Lima #82A41A

Tints of Lima #82A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 40.63%
G = 51.25%
B = 8.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#82A41A (or 0x82A41A) is known color: Lima. HEX triplet: 82, A4 and 1A. RGB value is (130,164,26). Sum of RGB (Red+Green+Blue) = 130+164+26=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #82A41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A41A is #7D5BE5. Grayscale: #8A8A8A. Windows color (decimal): -8215526 or 1746050. OLE color: 1746050.

HSL color Cylindrical-coordinate representation of color #82A41A: hue angle of 74.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82A41A is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 26 -
CMYK 0.21 0 0.84 0.36
HSL 74.78º 0.73% 0.37% -
HSV(B) 74.78º 0.84% 0.64% -
XYZ 22.67 31.37 5.84 -
YUV 138.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 130 164 26 0.21 0 0.84 0.36 74.78 0.73 0.37
Hex 82 A4 1A 15 0 54 24 4B 49 25
Octal 202 244 32 25 0 124 44 113 111 45
Binary 10000010 10100100 11010 10101 0 1010100 100100 1001011 1001001 100101

Color Harmonies of #82A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A41A

Black with #82A41A

Text Example


Text Example

White with #82A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,26); }

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

background-color css

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

 a { background-color: rgb(130,164,26); }

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

border-color css

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

 span { border-color: rgb(130,164,26); }

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