#82AF0A

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

Shades of Lima #82AF0A

Tints of Lima #82AF0A

Color information

#82AF0A (or 0x82AF0A) is unknown color: approx Lima. HEX triplet: 82, AF and 0A. RGB value is (130,175,10). Sum of RGB (Red+Green+Blue) = 130+175+10=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AF0A is #7D50F5. Grayscale: #8F8F8F. Windows color (decimal): -8212726 or 700290. OLE color: 700290.

HSL color Cylindrical-coordinate representation of color #82AF0A: hue angle of 76.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82AF0A is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB13017510-
CMYK0.2600.940.31
HSL76.36º89.19%36.27%-
HSV(B)76.36º94.29%68.63%-
XYZ24.5935.435.83-
YUV142.7353.09118.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=41.27%
G=55.56%
B=3.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175100.2600.940.3176.3689.1936.27
Hex82AFA1A05E1F4c5924
Octal202257123201363711413144
Binary1000001010101111101011010010111101111110011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,10); }

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

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

 a { background-color: rgb(130,175,10); }

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

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

 span { border-color: rgb(130,175,10); }

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