Html Css Color HEX #82AC11 Lima

📋 copy color: '#82AC11'

red 130 ◦ green 172 ◦ blue 17

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

Shades of Lima #82AC11

Tints of Lima #82AC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 40.75%
G = 53.92%
B = 5.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#82AC11 (or 0x82AC11) is known color: Lima. HEX triplet: 82, AC and 11. RGB value is (130,172,17). Sum of RGB (Red+Green+Blue) = 130+172+17=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC11 is #7D53EE. Grayscale: #8E8E8E. Windows color (decimal): -8213487 or 1158274. OLE color: 1158274.

HSL color Cylindrical-coordinate representation of color #82AC11: hue angle of 76.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82AC11 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 17 -
CMYK 0.24 0 0.90 0.33
HSL 76.26º 0.82% 0.37% -
HSV(B) 76.26º 0.9% 0.67% -
XYZ 24.06 34.29 5.88 -
YUV 141.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 130 172 17 0.24 0 0.90 0.33 76.26 0.82 0.37
Hex 82 AC 11 18 0 5A 21 4C 52 25
Octal 202 254 21 30 0 132 41 114 122 45
Binary 10000010 10101100 10001 11000 0 1011010 100001 1001100 1010010 100101

Color Harmonies of #82AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC11

Black with #82AC11

Text Example


Text Example

White with #82AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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