Html Css Color HEX #82AC10 Lima

📋 copy color: '#82AC10'

red 130 ◦ green 172 ◦ blue 16

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

Shades of Lima #82AC10

Tints of Lima #82AC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 40.88%
G = 54.09%
B = 5.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#82AC10 (or 0x82AC10) is known color: Lima. HEX triplet: 82, AC and 10. RGB value is (130,172,16). Sum of RGB (Red+Green+Blue) = 130+172+16=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC10 is #7D53EF. Grayscale: #8E8E8E. Windows color (decimal): -8213488 or 1092738. OLE color: 1092738.

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

Color convert

RGB 130 172 16 -
CMYK 0.24 0 0.91 0.33
HSL 76.15º 0.83% 0.37% -
HSV(B) 76.15º 0.91% 0.67% -
XYZ 24.05 34.29 5.84 -
YUV 141.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 130 172 16 0.24 0 0.91 0.33 76.15 0.83 0.37
Hex 82 AC 10 18 0 5B 21 4C 53 25
Octal 202 254 20 30 0 133 41 114 123 45
Binary 10000010 10101100 10000 11000 0 1011011 100001 1001100 1010011 100101

Color Harmonies of #82AC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC10

Black with #82AC10

Text Example


Text Example

White with #82AC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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