Html Css Color HEX #86AC12 Limerick

📋 copy color: '#86AC12'

red 134 ◦ green 172 ◦ blue 18

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

Shades of Limerick #86AC12

Tints of Limerick #86AC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 41.36%
G = 53.09%
B = 5.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#86AC12 (or 0x86AC12) is known color: Limerick. HEX triplet: 86, AC and 12. RGB value is (134,172,18). Sum of RGB (Red+Green+Blue) = 134+172+18=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC12 is #7953ED. Grayscale: #8F8F8F. Windows color (decimal): -7951342 or 1223814. OLE color: 1223814.

HSL color Cylindrical-coordinate representation of color #86AC12: hue angle of 74.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86AC12 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 18 -
CMYK 0.22 0 0.90 0.33
HSL 74.81º 0.81% 0.37% -
HSV(B) 74.81º 0.9% 0.67% -
XYZ 24.69 34.62 5.95 -
YUV 143.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 134 172 18 0.22 0 0.90 0.33 74.81 0.81 0.37
Hex 86 AC 12 16 0 5A 21 4B 51 25
Octal 206 254 22 26 0 132 41 113 121 45
Binary 10000110 10101100 10010 10110 0 1011010 100001 1001011 1010001 100101

Color Harmonies of #86AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC12

Black with #86AC12

Text Example


Text Example

White with #86AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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