#82AE23

Color #82AE23 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82AE23

Tints of Lima #82AE23

Color information

#82AE23 (or 0x82AE23) is unknown color: approx Lima. HEX triplet: 82, AE and 23. RGB value is (130,174,35). Sum of RGB (Red+Green+Blue) = 130+174+35=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AE23 is #7D51DC. Grayscale: #919191. Windows color (decimal): -8212957 or 2338434. OLE color: 2338434.

HSL color Cylindrical-coordinate representation of color #82AE23: hue angle of 78.99º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82AE23 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB13017435-
CMYK0.2500.800.32
HSL78.99º66.51%40.98%-
HSV(B)78.99º79.89%68.24%-
XYZ24.6535.147.07-
YUV14565.92117.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 51.33%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=38.35%
G=51.33%
B=10.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130174350.2500.800.3278.9966.5140.98
Hex82AE2319050204f4329
Octal202256433101204011710351
Binary1000001010101110100011110010101000010000010011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AE23;
 }
 .AnyTagClassName
 {
   color: #82AE23;
 }
</style>
background-color css

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

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

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

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

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

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