#86AE10

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

Shades of Lima #86AE10

Tints of Lima #86AE10

Color information

#86AE10 (or 0x86AE10) is unknown color: approx Lima. HEX triplet: 86, AE and 10. RGB value is (134,174,16). Sum of RGB (Red+Green+Blue) = 134+174+16=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AE10 is #7951EF. Grayscale: #909090. Windows color (decimal): -7950832 or 1093254. OLE color: 1093254.

HSL color Cylindrical-coordinate representation of color #86AE10: hue angle of 75.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86AE10 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB13417416-
CMYK0.2300.910.32
HSL75.19º83.16%37.25%-
HSV(B)75.19º90.8%68.24%-
XYZ25.0635.386-
YUV144.0355.75120.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=41.36%
G=53.70%
B=4.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174160.2300.910.3275.1983.1637.25
Hex86AE101705B204b5325
Octal206256202701334011312345
Binary100001101010111010000101110101101110000010010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AE10; }

 p { color: rgb(134,174,16); }

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

<style>
 a { background-color: #86AE10; }

 a { background-color: rgb(134,174,16); }

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

<style>
 span { border-color: #86AE10; }

 span { border-color: rgb(134,174,16); }

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