Html Css Color HEX #86AE11 Lima

📋 copy color: '#86AE11'

red 134 ◦ green 174 ◦ blue 17

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

Shades of Lima #86AE11

Tints of Lima #86AE11

RGB

 RED value IS 134 (52.73% from 255) = 41.23%

 GREEN value IS 174 (68.36% from 255) = 53.54%

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

R = 41.23%
G = 53.54%
B = 5.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#86AE11 (or 0x86AE11) is known color: Lima. HEX triplet: 86, AE and 11. RGB value is (134,174,17). Sum of RGB (Red+Green+Blue) = 134+174+17=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AE11 is #7951EE. Grayscale: #909090. Windows color (decimal): -7950831 or 1158790. OLE color: 1158790.

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

Color convert

RGB 134 174 17 -
CMYK 0.23 0 0.90 0.32
HSL 75.29º 0.82% 0.37% -
HSV(B) 75.29º 0.9% 0.68% -
XYZ 25.07 35.38 6.04 -
YUV 144.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 134 174 17 0.23 0 0.90 0.32 75.29 0.82 0.37
Hex 86 AE 11 17 0 5A 20 4B 52 25
Octal 206 256 21 27 0 132 40 113 122 45
Binary 10000110 10101110 10001 10111 0 1011010 100000 1001011 1010010 100101

Color Harmonies of #86AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE11

Black with #86AE11

Text Example


Text Example

White with #86AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AE11;
 }
 .AnyTagClassName
 {
   color: #86AE11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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