#86AE14

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

Shades of Limerick #86AE14

Tints of Limerick #86AE14

Color information

#86AE14 (or 0x86AE14) is unknown color: approx Limerick. HEX triplet: 86, AE and 14. RGB value is (134,174,20). Sum of RGB (Red+Green+Blue) = 134+174+20=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AE14 is #7951EB. Grayscale: #919191. Windows color (decimal): -7950828 or 1355398. OLE color: 1355398.

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

Color convert

RGB13417420-
CMYK0.2300.890.32
HSL75.58º79.38%38.04%-
HSV(B)75.58º88.51%68.24%-
XYZ25.0935.396.17-
YUV144.4857.75120.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=40.85%
G=53.05%
B=6.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174200.2300.890.3275.5879.3838.04
Hex86AE1417059204c4f26
Octal206256242701314011411746
Binary100001101010111010100101110101100110000010011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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