Html Css Color HEX #86AC0F Lima

📋 copy color: '#86AC0F'

red 134 ◦ green 172 ◦ blue 15

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

Shades of Lima #86AC0F

Tints of Lima #86AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 41.74%
G = 53.58%
B = 4.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#86AC0F (or 0x86AC0F) is known color: Lima. HEX triplet: 86, AC and 0F. RGB value is (134,172,15). Sum of RGB (Red+Green+Blue) = 134+172+15=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC0F is #7953F0. Grayscale: #8F8F8F. Windows color (decimal): -7951345 or 1027206. OLE color: 1027206.

HSL color Cylindrical-coordinate representation of color #86AC0F: hue angle of 74.52º degrees, saturation: 0.84, 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 #86AC0F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 15 -
CMYK 0.22 0 0.91 0.33
HSL 74.52º 0.84% 0.37% -
HSV(B) 74.52º 0.91% 0.67% -
XYZ 24.67 34.61 5.83 -
YUV 142.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 134 172 15 0.22 0 0.91 0.33 74.52 0.84 0.37
Hex 86 AC F 16 0 5B 21 4B 54 25
Octal 206 254 17 26 0 133 41 113 124 45
Binary 10000110 10101100 1111 10110 0 1011011 100001 1001011 1010100 100101

Color Harmonies of #86AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC0F

Black with #86AC0F

Text Example


Text Example

White with #86AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,15); }

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

background-color css

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

 a { background-color: rgb(134,172,15); }

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

border-color css

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

 span { border-color: rgb(134,172,15); }

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