Html Css Color HEX #86AC14 Limerick

📋 copy color: '#86AC14'

red 134 ◦ green 172 ◦ blue 20

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

Shades of Limerick #86AC14

Tints of Limerick #86AC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 41.1%
G = 52.76%
B = 6.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#86AC14 (or 0x86AC14) is known color: Limerick. HEX triplet: 86, AC and 14. RGB value is (134,172,20). Sum of RGB (Red+Green+Blue) = 134+172+20=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC14 is #7953EB. Grayscale: #8F8F8F. Windows color (decimal): -7951340 or 1354886. OLE color: 1354886.

HSL color Cylindrical-coordinate representation of color #86AC14: hue angle of 75º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86AC14 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 20 -
CMYK 0.22 0 0.88 0.33
HSL 75º 0.79% 0.38% -
HSV(B) 75º 0.88% 0.67% -
XYZ 24.71 34.62 6.04 -
YUV 143.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 134 172 20 0.22 0 0.88 0.33 75 0.79 0.38
Hex 86 AC 14 16 0 58 21 4B 4F 26
Octal 206 254 24 26 0 130 41 113 117 46
Binary 10000110 10101100 10100 10110 0 1011000 100001 1001011 1001111 100110

Color Harmonies of #86AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC14

Black with #86AC14

Text Example


Text Example

White with #86AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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